From 056ce5b69fe6a8f3e3b94b3d182a4502342a1abc Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 27 Sep 2021 17:22:51 +0200 Subject: [PATCH] Flake8: Only enable default tests --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8ed34d51..44ba71ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,8 @@ known_standard_library = _dummy_thread,_thread,abc,aifc,argparse,array,ast,async known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject [flake8] -extend-ignore = H +# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398) +select = E,F,W,C90,DOES-NOT-EXIST [mypy] ignore_missing_imports = True