Skip to content

Commit

Permalink
Add pep8 and flake8 defaults to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Oct 29, 2014
1 parent 62e5988 commit ad22507
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -11,3 +11,11 @@ logging-config = tests/logging.cfg

[metadata]
license-file = LICENSE

[pep8]
ignore = E711,E712,W291,W293,E261,E128
max-line-length = 120

[flake8]
ignore = E711,E712,W291,W293,E261,E128
max-line-length = 120

0 comments on commit ad22507

Please sign in to comment.