diff --git a/tox.ini b/tox.ini index 4ba6475..2617fab 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = commands = bandit -r spyglass -n 5 [flake8] -ignore = E125,E251,W503 +ignore = W503 [testenv:docs] basepython = python3