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

@ -9,6 +9,7 @@ extras_require = {
"build>=0.9.0",
"bump_my_version>=0.19.0",
"ipython",
"mypy==1.10.0",
"pre-commit>=3.4.0",
"tox>=4.0.0",
"twine",