fix(optim): enable and resolve mypy type errors (#2683)

* fix(optim): enable and resolve mypy type errors

Resolves #1729

build(deps): add mypy as dependency and update pre-commit hook

* change build's type annotation
This commit is contained in:
Clément Verrier
2025-12-20 17:19:42 +01:00
committed by GitHub
parent 2f6c870c4b
commit 00b5f65752
5 changed files with 53 additions and 24 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ repos:
# TODO(Steven): Uncomment when ready to use
##### Static Analysis & Typing #####
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.1
hooks:
- id: mypy
args: [--config-file=pyproject.toml]