mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Flake8: Only enable default tests
This commit is contained in:
parent
cd3f834a27
commit
056ce5b69f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue