summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2019-06-05 08:43:06 -0500
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-06-05 08:43:06 -0500
commitcce19dcd3c29e93e490ef526dc87aad2255b9c99 (patch)
tree4707723b7f9625b48f94afc0184af7c1c4fc92c9 /setup.cfg
parent02fd90adbb388de72e4fea0826f33dcd35298a6f (diff)
parent728d9244665ef5b03103cb74d7b409ebe4f23b43 (diff)
downloadurllib3-delete-makefile.tar.gz
Merge branch 'master' of ssh://github.com/urllib3/urllib3 into delete-makefiledelete-makefile
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 dbd367b8..16d64d20 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,5 @@
[flake8]
+ignore = E501, E203, W503, W504
exclude=./docs/conf.py,./src/urllib3/packages/*
max-line-length=99