Merge "Remove unnecessary exclusion"

This commit is contained in:
Zuul 2019-04-23 18:17:01 +00:00 committed by Gerrit Code Review
commit 71bd8a5df7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ deps =
commands = bandit -r spyglass -n 5
[flake8]
ignore = E125,E251,W503
ignore = W503
[testenv:docs]
basepython = python3