pylama

Code audit tool for Python
Download

pylama Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Kirill Klenov
  • Publisher web site:
  • http://github.com/klen/

pylama Tags


pylama Description

pylama is a code audit tool for Python.Instalation: pip install pylamaUsage:Recursive check current directory. pylamaIgnore some errors pylama -i W,E501Set linters pylama -l "pep8,mccabe"Options pylama --helpusage: pylama Code audit tool for python.positional arguments:path Path on file or directory.optional arguments:-h, --help show this help message and exit--ignore IGNORE, -i IGNORE Ignore errors and warnings.--verbose, -v Verbose mode.--select SELECT, -s SELECT Select errors and warnings.--linters LINTERS, -l LINTERS Select errors and warnings.--complexity COMPLEXITY, -c COMPLEXITY Set mccabe complexity.--skip SKIP Skip files (Ex. messages.py)File modelineYou can to set options for pylama inside the file. .. Somethere in code # lint_ignore=W:lint_select=W301For disable pylama in current file: .. Somethere in code # lint=0Bug trackerIf you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/pylama/issuesContributingDevelopment of adrest happens at github: https://github.com/klen/adrestProduct's homepage


pylama Related Software