summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-11 10:45:01 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-13 20:32:55 -0400
commit0befda69703e1599ab712d560984c27b251f1c62 (patch)
treef0ac11079dd7558831fdb77102b4019e4752a903 /.flake8
parent914d6c9ab8cd7154c075867f3894bd90b8e252ea (diff)
downloadandroid-node-v8-0befda69703e1599ab712d560984c27b251f1c62.tar.gz
android-node-v8-0befda69703e1599ab712d560984c27b251f1c62.tar.bz2
android-node-v8-0befda69703e1599ab712d560984c27b251f1c62.zip
tools: python: update flake8 rules
* Tree-factor location of some *.py files for easy demarcation of areas to exclude. PR-URL: https://github.com/nodejs/node/pull/25614 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 2 insertions, 2 deletions
diff --git a/.flake8 b/.flake8
index 859c4d3575..07baf0a8a8 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,3 @@
[flake8]
-exclude=.git,deps,lib,src,test/fixtures,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip,tools/v8_gypfiles/broken
-select=E901,E999,F821,F822,F823
+exclude=.git,deps,lib,src,tools/gyp,tools/inspector_protocol,tools/pip,tools/v8_gypfiles/broken
+select=E9,F82