-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.