run mypy local

This commit is contained in:
pacrob
2024-11-21 15:04:31 -07:00
committed by Paul Robinson
parent 6a927ac1e7
commit 1280617249
4 changed files with 10 additions and 6 deletions

View File

@ -33,7 +33,7 @@ extras=
docs
allowlist_externals=make,pre-commit
[testenv:py{39,310,311,313}-lint]
[testenv:py{39,310,311,312,313}-lint]
deps=pre-commit
commands=
pre-commit install