From 1d234a84e15355613af63bc545c8cf5261fc90b4 Mon Sep 17 00:00:00 2001 From: phlax Date: Mon, 26 Apr 2021 18:10:51 +0100 Subject: [PATCH] python: Switch to exclusive list for flake8 (#16159) Signed-off-by: Ryan Northey --- .flake8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index b08e61a08a26..691d9ad0460a 100644 --- a/.flake8 +++ b/.flake8 @@ -1,8 +1,8 @@ [flake8] -# TODO(phlax): make this an exclusive list and enable most tests -select = N802,F401,E111,F821,E9,F63,F72,F82 +# TODO(phlax): ignore less +ignore = W503,W504,E121,E126,E241,E125,E127,E129,E251,E265,E303,E306,E402,E501,E502,E711,E713,E722,E741,F523,F541,F841,N803,N806,N817,W605 # TODO(phlax): exclude less exclude = build_docs,.git,generated,test,examples,venv