From 83b756f77b5973a7a51ac6c0696f9d40e13579ad Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 8 Sep 2019 15:46:30 -0400 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fbd6db8b8f..f0ae2f5456 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = flake8 . [flake8] -exclude = .tox,*.egg,build,temp,examples/templates +exclude = .tox,*.egg,build,temp,examples/* select = E,W,F doctests = True verbose = 2