From 0f287ce5eae4e3d54cd24ab2e449cdacae4cbe82 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 14 Aug 2019 10:22:41 -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 a91ac5efce..fbd6db8b8f 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = flake8 . [flake8] -exclude = .tox,*.egg,build,temp +exclude = .tox,*.egg,build,temp,examples/templates select = E,W,F doctests = True verbose = 2