diff options
| author | John Vandenberg <jayvdb@gmail.com> | 2015-10-21 09:09:22 +1100 |
|---|---|---|
| committer | John Vandenberg <jayvdb@gmail.com> | 2015-11-02 21:27:37 +1100 |
| commit | cb7910785f673669507fdbcb303d3d21be035f84 (patch) | |
| tree | ee41aaf29787b68600439dd61772d5915940e280 /setup.cfg | |
| parent | 3bd63406bef7c16d007c17563b6af14582567d4b (diff) | |
| download | urllib3-cb7910785f673669507fdbcb303d3d21be035f84.tar.gz | |
Fix flake8 violations
Add tox rule to prevent regressions.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ cover-min-percentage=100 cover-erase=true [flake8] +exclude=./docs/conf.py,./test/*,./urllib3/packages/* max-line-length=99 [wheel] |
