fix precommit issues

This commit is contained in:
Pepijn
2025-12-17 15:16:03 +01:00
committed by Michel Aractingi
parent 9ae4477356
commit c514d9ffe2
5 changed files with 18 additions and 12 deletions
+1
View File
@@ -242,6 +242,7 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
"src/lerobot/policies/wall_x/**" = ["N801", "N812", "SIM102", "SIM108", "SIM210", "SIM211", "B006", "B007", "SIM118"] # Supprese these as they are coming from original Qwen2_5_vl code TODO(pepijn): refactor original
[tool.ruff.lint.isort]
combine-as-imports = true