Add mypy to pre-commit (#43)

* Add mypy to pre-commit

* Enable GH action to run pytest on Python 3.13
This commit is contained in:
Kacper Łukawski
2025-04-10 15:03:48 +02:00
committed by GitHub
parent 75d605deff
commit ecba1ddce6
6 changed files with 21 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"isort>=6.0.1",
"mypy>=1.9.0",
"pre-commit>=4.1.0",
"pyright>=1.1.389",
"pytest>=8.3.3",