mirror of
https://github.com/Kozea/Radicale.git
synced 2025-03-31 11:47:38 +03:00
extend mypy options
This commit is contained in:
parent
87dc5538d2
commit
23a68b2fb1
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ skip_install = true
|
|||
|
||||
[tool.tox.env.mypy]
|
||||
deps = ["mypy==1.11.0"]
|
||||
commands = [["mypy", "."]]
|
||||
commands = [["mypy", "--install-types", "--non-interactive", "."]]
|
||||
skip_install = true
|
||||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ skip_install = True
|
|||
|
||||
[testenv:mypy]
|
||||
deps = mypy==1.11.0
|
||||
commands = mypy .
|
||||
commands = mypy --install-types --non-interactive .
|
||||
skip_install = True
|
||||
|
||||
[tool:isort]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue