Skip to content

Commit

Permalink
Test mypy (allow failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 20, 2024
1 parent f49bc7b commit 461fa27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
basepython = python3.12
envlist =
lint
mypy
py313 # EoL: 2029-10
py312 # EoL: 2028-10
py311 # EoL: 2027-10
Expand Down Expand Up @@ -84,6 +85,15 @@ commands =
{[testenv:lint]commands}


[testenv:mypy]
skip_install = true
deps =
mypy
changedir = {toxinidir}
commands =
mypy nutree tests
ignore_outcome = true

[testenv:docs]
description = Build Sphinx documentation (output directory: docs/sphinx-build)
changedir = docs
Expand Down

0 comments on commit 461fa27

Please sign in to comment.