feat(dev): Install and configure mypy

This commit is contained in:
2025-09-03 12:37:17 +02:00
parent 33d5dd27bf
commit 6af1ad44fb
3 changed files with 45 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ dev = [
"black>=25.1.0",
"commitizen>=4.8.3",
"isort>=6.0.1",
"mypy>=1.17.1",
"pre-commit>=4.3.0",
"pylint>=3.3.8",
]