mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Added some messages for pep8
This commit is contained in:
parent
16b9fe108c
commit
d242899fb5
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ pep8:
|
|||
- E111: indentation is not a multiple of four
|
||||
- E112: expected an indented block
|
||||
- E113: unexpected indentation
|
||||
- E127: continuation line over-indented for visual indent
|
||||
- E128: continuation line under-indented for visual indent
|
||||
- E201: whitespace after char
|
||||
- E202: whitespace before char
|
||||
- E203: whitespace before char
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue