diff --git a/setup.cfg b/setup.cfg index 8ed34d5..44ba71e 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