Fix flake8 tests

This commit is contained in:
Unrud 2021-09-27 19:19:18 +02:00
parent 056ce5b69f
commit 35e7ee5a08

View File

@ -16,6 +16,7 @@ known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
[flake8] [flake8]
# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398) # Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398)
select = E,F,W,C90,DOES-NOT-EXIST select = E,F,W,C90,DOES-NOT-EXIST
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DOES-NOT-EXIST
[mypy] [mypy]
ignore_missing_imports = True ignore_missing_imports = True