mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Sort pep8 ignores
This commit is contained in:
parent
6dbff4e012
commit
f377a03c60
@ -1,3 +1,4 @@
|
||||
[pep8]
|
||||
# E201 - Whitespace after '('
|
||||
# E203 - Whitespace before ":"
|
||||
# E221 - Multiple spaces after operator
|
||||
@ -12,6 +13,5 @@
|
||||
# W291 - Trailing whitespace
|
||||
# W391 - Blank line at end of file
|
||||
# W293 - Blank line contains whitespace
|
||||
[pep8]
|
||||
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E302,E303,E501,W291,W391,W293
|
||||
exclude=awx/lib/site-packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user