summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-13 18:09:45 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-13 20:33:06 -0400
commit1fc425522192bb66292104dc5cf6fd8e05cb2146 (patch)
tree55d5abd1b8b6692661269cd4c7f8249faf1b49a8 /.flake8
parenta16a0fe9629325ae1dd81827c6071ca972d7449a (diff)
downloadandroid-node-v8-1fc425522192bb66292104dc5cf6fd8e05cb2146.tar.gz
android-node-v8-1fc425522192bb66292104dc5cf6fd8e05cb2146.tar.bz2
android-node-v8-1fc425522192bb66292104dc5cf6fd8e05cb2146.zip
tools: python: ignore instead of select flake8 rules
PR-URL: https://github.com/nodejs/node/pull/25614 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 18b5e6e098..eee7c33b89 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,3 @@
[flake8]
exclude=.git,deps,lib,src,tools/gyp,tools/inspector_protocol,tools/pip,tools/v8_gypfiles/broken
-select=E9,F63,F72,F82
+ignore=E1,E2,E3,E4,E5,E7,W5,W6