diff options
author | Sam Clegg <sbc@chromium.org> | 2018-05-15 11:24:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 11:24:31 -0700 |
commit | d731efbfc6106f1e111ef550905533000781fe65 (patch) | |
tree | 87d5f0f2a605fd697b8b0a0a426dd38c470c9c3c /.flake8 | |
parent | 95990c43cc8a1af46af630841e6a430a71f6ea8a (diff) | |
download | binaryen-d731efbfc6106f1e111ef550905533000781fe65.tar.gz binaryen-d731efbfc6106f1e111ef550905533000781fe65.tar.bz2 binaryen-d731efbfc6106f1e111ef550905533000781fe65.zip |
Apply flake8 to remaining python code (#1542)
Also refactor auto_update_tests.py into functions to match
check.py
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..c1d8f5c58 --- /dev/null +++ b/.flake8 @@ -0,0 +1,3 @@ +[flake8] +ignore = E111,E114,E501,E121 +exclude = ./test/ |