logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pylama - code audit tool for Python

Author

       This manual page was written by ChangZhuo Chen <czchen@debian.org> for the DebianGNU/Linuxsystem (but
       may be used by others).

                                                   01/18/2025                                          PYLAMA(1)

Name

       pylama - code audit tool for Python

Options

-h, --help
           show the help message and exit

       -v, --verbose
           verbose mode

       --version
           show program’s version number and exit

       -f{pep8,pylint}, --format{pep8,pylint}
           Choose errors format (pep8, pylint).

       -sSELECT, --selectSELECT
           Select errors and warnings. (comma-separated list)

       --sortSORT
           Sort result by error types. Ex. E, W, D

       -lLINTERS, --lintersLINTERS
           Select linters. (comma-separated). Choices are pyflakes, pep8, pep257, mccabe.

       -iIGNORE, --ignoreIGNORE
           Ignore errors and warnings. (comma-separated)

       --skipSKIP
           Skip files by masks (comma-separated, Ex.  */messages.py)

       -rREPORT, --reportREPORT
           Send report to file [REPORT]

       --hook
           Install Git (Mercurial) hook.

       --async
           Enable async mode. Useful for checking a lot of files. Unsupported with pylint.

       -oFILE, --optionsFILE
           Specify configuration file. Looks for pylama.ini, setup.cfg, tox.ini, or pytest.ini in the current
           directory.

       -F, --force
           Force code checking (if linter doesn’t allow)

       -a, --abspath
           Use absolute paths in output.

Synopsys

pylama [-h] [--verbose] [--version] [--format{pep8,pylint}] [--selectSELECT] [--sortSORT] [--lintersLINTERS] [--ignoreIGNORE] [--skipSKIP] [--reportREPORT] [--hook] [--async] [--optionsOPTIONS]
       [--force] [--abspath] [paths [paths...]]

See Also