Enable mypy static type checking in pre-commit configuration and update mypy settings in pyproject.toml

This commit is contained in:
AdilZouitine
2025-09-01 17:21:30 +02:00
parent 882c80d446
commit 8b4dcb1496
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -257,8 +257,8 @@ default.extend-ignore-identifiers-re = [
# color = true
# paths = ["src/lerobot"]
# [tool.mypy]
# python_version = "3.10"
# warn_return_any = true
# warn_unused_configs = true
# ignore_missing_imports = false
[tool.mypy]
python_version = "3.10"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = false