diff options
-rw-r--r-- | paramiko/transport.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | test.py | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 914166d7..1b1ebec7 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -16,6 +16,7 @@ # along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# flake8: noqa """ Core protocol implementation """ @@ -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 @@ -22,6 +22,7 @@ do the unit tests! """ +# flake8: noqa import os import re import sys |