• this-pylint is a script that runs pylint twice (by default) or once. The goal is fourfold:
    1. Inspect code on both 2.x and 3.x, or optionally just 2.x or just 3.x.
    2. Ignore user-specified messages described on the command line, for when pylint doesn't appear to have a way of ignoring them with "pylint: disable=whatever" comments.
    3. Return a false exit code to the calling process only if something relevant-looking is output by pylint.
    4. Only produce a (brief) report if something relevant-looking is found.
  • You can obtain it here.
  • Usage is like:
  • Example use:
  • Bugs:


    Hits: 2262
    Timestamp: 2024-03-29 01:54:18 PDT

    Back to Dan's tech tidbits

    You can e-mail the author with questions or comments: