Skip to content

Instantly share code, notes, and snippets.

@borntyping
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borntyping/9115636 to your computer and use it in GitHub Desktop.
Save borntyping/9115636 to your computer and use it in GitHub Desktop.
Python checker tools

Conventions

  • pep8: Check code against PEP8 conventions
  • pep257: Check docstrings against PEP257 conventions

Lint and static analysis

  • pylint: Strict lint tool
  • pyflakes: Static analysis
  • frosted: Sucessor to pyflakes
  • pychecker: Catch 'compiler' errors
  • macabe: Calculate function complexity

Summaries

  • flake8: pyflakes + pep8 + macabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment