We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a2ba9 commit 25fb004Copy full SHA for 25fb004
tox.ini
@@ -20,7 +20,7 @@ commands =
20
lint: black --check --diff .
21
lintdocs: make lint-docs
22
lintdocstrings: flake8 gxformat2
23
- mypy: make mypy
+ mypy: MYPYPATH=mypy-stubs mypy gxformat2
24
unit: pytest {posargs}
25
iwc: pytest tests/test_lint.py::TestIWCLint tests/test_pydantic_schema.py::TestIWCPydantic tests/test_native_schema.py::TestIWCWorkflows -x {posargs}
26
passenv =
0 commit comments