This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08f988e9f6
mitmproxy
/
setup.cfg
9 lines
120 B
INI
Raw
Normal View
History
Unescape
Escape
cleanup code with autopep8 run the following command: $ autopep8 -i -r -a -a .
2015-05-27 09:18:54 +00:00
[flake8]
Adjust pep8 parameters, reformat
2015-05-30 00:02:58 +00:00
max-line-length
=
80
cleanup code with autopep8 run the following command: $ autopep8 -i -r -a -a .
2015-05-27 09:18:54 +00:00
max-complexity
=
15
[pep8]
Adjust pep8 parameters, reformat
2015-05-30 00:02:58 +00:00
max-line-length
=
80
exclude
=
*/contrib/*
ignore
=
E251,E309