Slide 62
Slide 62 text
dozens of linters available!
● quality: flake8, flake8-bugbear, pylint,
pydiatra, vulture
● imports: isort, pycycle
● docs: pydocstyle
● security: bandit, dodgy, pyt, hacking, safety,
dependency-check
● packaging: pyroma, check-manifest
● cpython: cpychecker
● spelling: scspell3k
● typing: mypy
● wrap them all with
prospector (python-only) or coala (general)