mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
ignore "E501 line too long" which turned into deadlock making "mypy" happy
This commit is contained in:
parent
913635a17e
commit
88f65671ce
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
|
||||||
# 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)
|
||||||
# DNE: DOES-NOT-EXIST
|
# DNE: DOES-NOT-EXIST
|
||||||
select = E,F,W,C90,DNE000
|
select = E,F,W,C90,DNE000
|
||||||
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000
|
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501
|
||||||
extend-exclude = build
|
extend-exclude = build
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue