diff options
author | Dorian Pula <dorian.pula@amber-penguin-software.ca> | 2017-05-30 12:27:54 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 17:14:40 -0700 |
commit | 7fb89cf56da37d906595bb6dd9c88250fcfc6b25 (patch) | |
tree | ed8924791994749ac23795497b3cf2549e03e07f /setup.cfg | |
parent | 991884faa5ad49ecd07472c67d9e49a8dd464f40 (diff) |
Final paramiko flake8 fix.
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,transport.py +exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests ignore = E124,E125,E128,E261,E301,E302,E303,E402 max-line-length = 79 |