Skip to content

Commit

Permalink
Add tox -e mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Nov 1, 2024
1 parent 2252690 commit 4a27fa5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ commands =
; ignore_outcome = true


[testenv:mypy]
skip_install = true
deps =
lxml
mypy
changedir = {toxinidir}
commands =
mypy nutree --html-report build/mypy
ignore_outcome = true


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

0 comments on commit 4a27fa5

Please sign in to comment.