mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix flake8 tests
This commit is contained in:
parent
056ce5b69f
commit
35e7ee5a08
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue