diff options
author | Dorian Pula <dorian.pula@amber-penguin-software.ca> | 2017-05-24 16:22:43 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 17:14:40 -0700 |
commit | 71e204d488f53c688ded4f9631c4256cfea30c5d (patch) | |
tree | ba60614fa3a33a4f752688fba941a9dcbbb93cae /setup.cfg | |
parent | 47a648c002d263c5608fc5df0085fef4cf4d2f6e (diff) |
More flake8 fixes and skip some modules.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,6 @@ universal = 1 omit = paramiko/_winapi.py [flake8] -exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests,test.py -ignore = E124,E125,E128,E261,E301,E302,E303 +exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests,test.py,kex_gss.py,kex_gex.py +ignore = E124,E125,E128,E261,E301,E302,E303,E402 max-line-length = 79 |