summaryrefslogtreecommitdiffstats
path: root/lcm/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r--lcm/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini
index f2235627..38686e9f 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E722
+ignore = E501,E722,W504
exclude = ./venv-tox,./.tox
max-complexity = 27