Skip to content

Commit

Permalink
Shut up flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 29, 2013
1 parent fba563c commit d29dea5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[nosetests]
with-doctest = 1
exe = 1

[flake8]
ignore=E241,E501,E261,E126,E127,E128,E302
# E241: multiple spaces after ','
# E501: line too long
# E261: at least two spaces before inline comment
# E126: continuation line over-indented for hanging indent
# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
# E302: expected 2 blank lines, found 0

0 comments on commit d29dea5

Please sign in to comment.