Flake8: Only enable default tests

This commit is contained in:
Unrud 2021-09-27 17:22:51 +02:00
parent cd3f834a27
commit 056ce5b69f

View File

@ -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 known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
[flake8] [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] [mypy]
ignore_missing_imports = True ignore_missing_imports = True