Skip to content

Commit

Permalink
Sort pep8 ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaska committed Jun 26, 2014
1 parent 6dbff4e commit f377a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pep8]
# E201 - Whitespace after '('
# E203 - Whitespace before ":"
# E221 - Multiple spaces after operator
Expand All @@ -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

0 comments on commit f377a03

Please sign in to comment.