summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-10-01 08:14:06 +0100
committerGitHub <noreply@github.com>2019-10-01 08:14:06 +0100
commit1c95f537ba920be4dd3d63573f3656ace8016abd (patch)
treec96186ed5921f7f19378c9696b41018038d8ca34
parent16e47b976beb9ef8d3f78428f044551925cd6a6f (diff)
downloadnode-new-stricter-Python-linting.tar.gz
build: wip be more agressive in Python lintingstricter-Python-linting
WIP: DO NOT MERGE... Let's try to look harder for syntax errors in Python dependencies and tools.
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index eee7c33b89..d7727a3ff2 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
+exclude=.git,tools/pip,tools/v8_gypfiles/broken
ignore=E1,E2,E3,E4,E5,E7,W5,W6