diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-15 12:03:33 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-15 12:03:33 +0200 |
commit | 2c423eded1f210b5d34fcd1933e71396698624f0 (patch) | |
tree | 3f58a790e238d67124fab447aaa237c4634291a1 | |
parent | 6cf7b10c45f133d565480cb9680188d1e522453b (diff) | |
download | mitmproxy-2c423eded1f210b5d34fcd1933e71396698624f0.tar.gz mitmproxy-2c423eded1f210b5d34fcd1933e71396698624f0.tar.bz2 mitmproxy-2c423eded1f210b5d34fcd1933e71396698624f0.zip |
fix pep8 config
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,6 +4,5 @@ max-complexity = 15 [pep8] max-line-length = 80 -max-complexity = 15 exclude = */contrib/* ignore = E251,E309 |