summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2015-10-21 09:09:22 +1100
committerJohn Vandenberg <jayvdb@gmail.com>2015-11-02 21:27:37 +1100
commitcb7910785f673669507fdbcb303d3d21be035f84 (patch)
treeee41aaf29787b68600439dd61772d5915940e280 /setup.cfg
parent3bd63406bef7c16d007c17563b6af14582567d4b (diff)
downloadurllib3-cb7910785f673669507fdbcb303d3d21be035f84.tar.gz
Fix flake8 violations
Add tox rule to prevent regressions.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bd4f65bd..364c3025 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,7 @@ cover-min-percentage=100
cover-erase=true
[flake8]
+exclude=./docs/conf.py,./test/*,./urllib3/packages/*
max-line-length=99
[wheel]