A wrapper for the tool pycodestyle formerly known as pep8.
- Python
- Python 2
- Python 3
| 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 ''.) |
pip-pycodestyle
- Formatting
AGPL-3.0
- The coala developers (coala-devel@googlegroups.com)