hrbench / example-robot-data /pyproject.toml
zhouqh's picture
Upload folder using huggingface_hub
33956db verified
Raw
History Blame Contribute Delete
199 Bytes
[tool.ruff]
extend-exclude = ["cmake"]
[tool.ruff.lint]
extend-select = ["I", "NPY", "RUF", "UP", "W"]
[tool.ruff.lint.isort]
known-first-party = ["example_robot_data"]
[tool.tomlsort]
all = true