diff options
author | Dorian Pula <dorian.pula@amber-penguin-software.ca> | 2017-05-24 17:26:00 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 17:14:40 -0700 |
commit | fa96fe0609b335c2b97aa7ff8db0dc4fb6710ff1 (patch) | |
tree | f47678dde8dd6be7ef16391c0fee490488391050 /setup.cfg | |
parent | 28218bf90b97451d3aba9d2c9ee01d87349a8886 (diff) |
Even more flake8.
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,kex_gss.py,kex_gex.py +exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests,test.py ignore = E124,E125,E128,E261,E301,E302,E303,E402 max-line-length = 79 |