summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-11-19 11:17:07 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-11-19 11:17:07 +0100
commit93db239e1156ad1db8edbb13c1ecde973ce009c0 (patch)
tree14101caa2699d0b90d165303658f1540d1e87a5c /setup.cfg
parent87930c4bcddfded480983343ecc68c6b94bcce14 (diff)
remove W605 errors
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 b2a2415..24512d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,4 +3,4 @@ description-file = README.md
[flake8]
exclude = __init__.py
-ignore = E265,E501
+ignore = E265,E501,W605