chore(mypy): cover annotations and transforms (#3860)

Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
This commit is contained in:
Alexandre Edmond
2026-07-28 16:25:45 +02:00
committed by GitHub
parent 7b76d94c5b
commit a05c0833e1
4 changed files with 24 additions and 9 deletions
+13
View File
@@ -494,6 +494,19 @@ ignore_errors = true
module = "lerobot.envs.*"
ignore_errors = false
[[tool.mypy.overrides]]
module = "lerobot.annotations.*"
ignore_errors = false
disallow_untyped_defs = true
disallow_incomplete_defs = true
check_untyped_defs = true
[[tool.mypy.overrides]]
module = "lerobot.transforms.*"
ignore_errors = false
disallow_untyped_defs = true
disallow_incomplete_defs = true
check_untyped_defs = true
# [[tool.mypy.overrides]]
# module = "lerobot.utils.*"