summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0fa957a..812561d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ whitelist_externals = make
commands = make clean-cldr test
[pep8]
-ignore = E501,E731
+ignore = E501,E731,W503
[flake8]
-ignore = E501,E731
+ignore = E501,E731,W503