Remove unnecessary exclusion

Change-Id: Ic9adf554276d0a9ba6c7b3dc43ed14868b3d7a33
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-04-13 10:07:54 -05:00
parent 03a058bfcf
commit 0ffa641c0c
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