summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/transport.py1
-rw-r--r--setup.cfg2
-rwxr-xr-xtest.py1
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
"""
diff --git a/setup.cfg b/setup.cfg
index 764803e0..ff099a69 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,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
diff --git a/test.py b/test.py
index a1f13d85..7849c149 100755
--- a/test.py
+++ b/test.py
@@ -22,6 +22,7 @@
do the unit tests!
"""
+# flake8: noqa
import os
import re
import sys