From 0ffa641c0c9cfa9c802c0412db5e3d25349255a5 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 13 Apr 2019 10:07:54 -0500 Subject: [PATCH] Remove unnecessary exclusion Change-Id: Ic9adf554276d0a9ba6c7b3dc43ed14868b3d7a33 Signed-off-by: Tin Lam --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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