Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.35 KB

PycodestyleBear.rst

File metadata and controls

57 lines (42 loc) · 2.35 KB

A wrapper for the tool pycodestyle formerly known as pep8.

  • Python
  • Python 2
  • Python 3

Settings

Setting Meaning
max_line_length Limit lines to this length. (Optional, defaults to '79'.)
pycodestyle_ignore Comma separated list of errors to ignore. See pydocstyle documentation for a complete list of errors. (Optional, defaults to ''.)
pycodestyle_select Comma separated list of errors to detect. If given only these errors are going to be detected. See pydocstyle documentation for a complete list of errors. (Optional, defaults to ''.)

Dependencies

  • pip - pycodestyle

Can Detect

  • Formatting

License

AGPL-3.0

Authors