Skip to content

Commit

Permalink
🔧 add tox environment for mypy (#12376)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 15, 2024
1 parent 18d3034 commit 43276dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ extras =
commands =
ruff format .
ruff check --fix .

[testenv:mypy]
description =
Run mypy type checking.
extras =
lint
test
commands = mypy {posargs}

0 comments on commit 43276dc

Please sign in to comment.