extend mypy options
This commit is contained in:
@@ -72,7 +72,7 @@ skip_install = true
|
|||||||
|
|
||||||
[tool.tox.env.mypy]
|
[tool.tox.env.mypy]
|
||||||
deps = ["mypy==1.11.0"]
|
deps = ["mypy==1.11.0"]
|
||||||
commands = [["mypy", "."]]
|
commands = [["mypy", "--install-types", "--non-interactive", "."]]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ skip_install = True
|
|||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
deps = mypy==1.11.0
|
deps = mypy==1.11.0
|
||||||
commands = mypy .
|
commands = mypy --install-types --non-interactive .
|
||||||
skip_install = True
|
skip_install = True
|
||||||
|
|
||||||
[tool:isort]
|
[tool:isort]
|
||||||
|
|||||||
Reference in New Issue
Block a user