From bda557429547f4d5a4e81492c9754b3b4e1ae622 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Mon, 29 May 2017 17:21:36 -0400 Subject: Flake8 improvements for more of paramiko. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3