Skip to content

Commit

Permalink
Merge pull request #35 from brittonsmith/pep
Browse files Browse the repository at this point in the history
Add new warnings to PEP8 ignore list.
  • Loading branch information
Nathan Goldbaum committed Nov 1, 2018
2 parents ca28cd3 + 1469d39 commit f563059
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
Expand Up @@ -15,4 +15,4 @@ with-xunit=1
# vendored libraries
exclude = doc,*/api.py,*/__init__.py,*/__config__.py
max-line-length=999
ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E211,E221,E222,E227,E228,E241,E301,E203,E225,E226,E231,E251,E261,E262,E265,E266,E302,E303,E305,E306,E402,E502,E701,E703,E731,W291,W292,W293,W391,W503
ignore = E111,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E211,E221,E222,E227,E228,E241,E301,E203,E225,E226,E231,E251,E261,E262,E265,E266,E302,E303,E305,E306,E402,E502,E701,E703,E731,W291,W292,W293,W391,W503,W504,W605

0 comments on commit f563059

Please sign in to comment.