Detects and fixes PEP8 incompliant code. This bear will not change functionality of the code in any way.
- Python
- Python 2
- Python 3
Setting | Meaning |
---|---|
indent_size |
Number of spaces per indentation level. (Optional, defaults to '4'.) |
local_pep8_config |
Set to true if autopep8 should use a config file as if run normally from this directory. (Optional, defaults to 'False'.) |
max_line_length |
Maximum number of characters for a line. (Optional, defaults to '79'.) |
pep_ignore |
A list of errors/warnings to ignore. (Optional, defaults to '()'.) |
pep_select |
A list of errors/warnings to exclusively apply. (Optional, defaults to '()'.) |
pip
-autopep8
- Formatting
- Formatting
AGPL-3.0
- The coala developers ([email protected])