Skip to content

Commit

Permalink
chore(tox): Add typecheck environment
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 19, 2024
1 parent 1a7c206 commit 23ac12f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ commands =
ruff format
ruff check --select ISC001

[testenv:typecheck]
description = "Run mypy type checking"
labels = check
deps =
mypy
extras = types
commands =
mypy nireports

[testenv:spellcheck]
description = Check spelling
labels = check
Expand Down

0 comments on commit 23ac12f

Please sign in to comment.