Skip to content

Commit

Permalink
Fixup mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Dec 10, 2024
1 parent 9a69541 commit 050feee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,13 @@ legacy_tox_ini = """
[testenv:py{313, 312, 311, 310, 39}-mypy-lin]
deps =
mypy
allowlist_externals =
mkdir
chmod
commands =
python -m mypy
mkdir .mypy_cache
chmod 755 .mypy_cache
python -m mypy --no-incremental --cache-dir .mypy_cache
[testenv:py{py310, py39, 313, 312, 311, 310, 39}-pytest-coverage-{lin, win, mac}]
deps =
Expand Down

0 comments on commit 050feee

Please sign in to comment.