diff options
| author | Christian Clauss <cclauss@me.com> | 2019-10-01 08:14:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-01 08:14:06 +0100 |
| commit | 1c95f537ba920be4dd3d63573f3656ace8016abd (patch) | |
| tree | c96186ed5921f7f19378c9696b41018038d8ca34 | |
| parent | 16e47b976beb9ef8d3f78428f044551925cd6a6f (diff) | |
| download | node-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-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
