mitmproxy/setup.cfg
Thomas Kriechbaumer e3d390e036 cleanup code with autopep8
run the following command:
  $ autopep8 -i -r -a -a .
2015-05-27 11:19:11 +02:00

8 lines
101 B
INI

[flake8]
max-line-length = 160
max-complexity = 15
[pep8]
max-line-length = 160
max-complexity = 15