summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorGuanzhong Chen <gzchen@google.com>2019-08-15 10:38:09 -0700
committerGitHub <noreply@github.com>2019-08-15 10:38:09 -0700
commitdcaa42c6bcad851faf4af8076e2f301ddddd6f21 (patch)
treeef0047a56bd969ce1159d9d24f057874dfa70888 /.flake8
parent3150801f60bd64280fe43fdf4604c50018949eb9 (diff)
downloadwabt-dcaa42c6bcad851faf4af8076e2f301ddddd6f21.tar.gz
wabt-dcaa42c6bcad851faf4af8076e2f301ddddd6f21.tar.bz2
wabt-dcaa42c6bcad851faf4af8076e2f301ddddd6f21.zip
Run flake8 on the whole repository (#1144)
Diffstat (limited to '.flake8')
-rw-r--r--.flake88
1 files changed, 8 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..2f8c669f
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,8 @@
+[flake8]
+ignore =
+ E111, # indentation not a multiple of 4 (we use 2))
+ E114, # comment indentation not a multiple of 4
+ E501, # line too long
+ E121, # continuation line under-indented for hanging indent
+ W504 # line break after binary operator
+exclude = ./third_party