diff options
| author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2019-06-05 08:43:06 -0500 |
|---|---|---|
| committer | Seth Michael Larson <sethmichaellarson@gmail.com> | 2019-06-05 08:43:06 -0500 |
| commit | cce19dcd3c29e93e490ef526dc87aad2255b9c99 (patch) | |
| tree | 4707723b7f9625b48f94afc0184af7c1c4fc92c9 /setup.cfg | |
| parent | 02fd90adbb388de72e4fea0826f33dcd35298a6f (diff) | |
| parent | 728d9244665ef5b03103cb74d7b409ebe4f23b43 (diff) | |
| download | urllib3-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ [flake8] +ignore = E501, E203, W503, W504 exclude=./docs/conf.py,./src/urllib3/packages/* max-line-length=99 |
