From 1fc425522192bb66292104dc5cf6fd8e05cb2146 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sat, 13 Apr 2019 18:09:45 -0400 Subject: tools: python: ignore instead of select flake8 rules PR-URL: https://github.com/nodejs/node/pull/25614 Reviewed-By: Sakthipriyan Vairamani --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') 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 -- cgit v1.2.3