Skip to content

Commit 25fb004

Browse files
committed
Fix mypy in CI?
1 parent a4a2ba9 commit 25fb004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands =
2020
lint: black --check --diff .
2121
lintdocs: make lint-docs
2222
lintdocstrings: flake8 gxformat2
23-
mypy: make mypy
23+
mypy: MYPYPATH=mypy-stubs mypy gxformat2
2424
unit: pytest {posargs}
2525
iwc: pytest tests/test_lint.py::TestIWCLint tests/test_pydantic_schema.py::TestIWCPydantic tests/test_native_schema.py::TestIWCWorkflows -x {posargs}
2626
passenv =

0 commit comments

Comments
 (0)