summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorDorian Pula <dorian.pula@amber-penguin-software.ca>2017-05-29 17:21:36 -0400
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 17:14:40 -0700
commitbda557429547f4d5a4e81492c9754b3b4e1ae622 (patch)
tree431188a8f881b97814c767fc70aa0bfd3e8461e3 /setup.cfg
parentfa96fe0609b335c2b97aa7ff8db0dc4fb6710ff1 (diff)
Flake8 improvements for more of paramiko.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 364c2f3f..764803e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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