summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-12 23:09:20 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 14:05:12 +0200
commit7ad472500dcce284231fc5968effa755802ab4ea (patch)
tree94551259156fdcd0e34e816df00c990d32ca3217 /setup.cfg
parent823942312962134a3b49fcedbca7c4e2a7419df3 (diff)
more
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d010702..b2a2415 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,4 +3,4 @@ description-file = README.md
[flake8]
exclude = __init__.py
-ignore = E265
+ignore = E265,E501