summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-31 18:35:51 -0500
committerJames E. King III <jking@apache.org>2019-02-01 11:13:49 -0500
commit3ec4031a4c6d685bcc02fa10dd13b2df58732b82 (patch)
treea8ca7edd5f22cc4503cdd194a2036e7764325663 /.flake8
parent53bd0e6295547e76ab00913cfd62f8d040bd996c (diff)
downloadthrift-3ec4031a4c6d685bcc02fa10dd13b2df58732b82.tar.gz
THRIFT-4405: fix cygwin on appveyor
Diffstat (limited to '.flake8')
-rw-r--r--.flake85
1 files changed, 5 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 000000000..df8fdb261
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,5 @@
+[flake8]
+exclude = .git,__pycache__,**/gen-*/**,contrib/**,docs/source/conf.py,old,build,dist
+ignore = W504,E402,E501
+max-complexity = 30
+max-line-length = 120