Files
openpi/.pre-commit-config.yaml
Ury Zhilinsky 385780ecc3 Initial commit
2024-12-23 13:38:06 -08:00

16 lines
335 B
YAML

exclude: third_party/
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.9
hooks:
- id: uv-lock
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
args: [--fix]
- id: ruff-format