diff options
author | Dorian Pula <dorian.pula@amber-penguin-software.ca> | 2017-05-29 17:21:36 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 17:14:40 -0700 |
commit | bda557429547f4d5a4e81492c9754b3b4e1ae622 (patch) | |
tree | 431188a8f881b97814c767fc70aa0bfd3e8461e3 /setup.cfg | |
parent | fa96fe0609b335c2b97aa7ff8db0dc4fb6710ff1 (diff) |
Flake8 improvements for more of paramiko.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ universal = 1 omit = paramiko/_winapi.py [flake8] -exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests,test.py +exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests,test.py,transport.py ignore = E124,E125,E128,E261,E301,E302,E303,E402 max-line-length = 79 |