diff options
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r-- | lcm/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini index 8ee9a71c..7474134e 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 max-complexity = 27 [testenv] |