summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1a8f89de..f2c1499d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,8 @@ universal = 1
[coverage:run]
omit = paramiko/_winapi.py
+
+[flake8]
+exclude = sites,.git,build,dist,demos,tests
+ignore = E124,E125,E128,E261,E301,E302,E303,E402
+max-line-length = 79