aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-22 20:21:53 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-22 20:43:23 +0200
commitea2568b990f7e900321764f2b1e947dd48f93bf8 (patch)
tree1e05d2b9622f1ef80cd171857e6649f3a8658120
parentd7d8166910be617e0691955b1e4349b07e7f0322 (diff)
tighten flake8 checklist
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6569710..0fc1d15 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
-ignore = F402,F403,E501,F821
+ignore = E501
[nosetests]
with-doctest = 1