Skip to content

Commit

Permalink
Fix flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 27, 2021
1 parent 056ce5b commit 35e7ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
[flake8]
# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398)
select = E,F,W,C90,DOES-NOT-EXIST
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DOES-NOT-EXIST

[mypy]
ignore_missing_imports = True
Expand Down

0 comments on commit 35e7ee5

Please sign in to comment.