Files
modal-examples/.pre-commit-config.yaml
Eric Zhang 3170e93577 Update from ruff v0.2.1 to ruff v0.9.6 (#1070)
* Update from ruff v0.2.1 to ruff v0.9.6

* Find requirement
2025-02-10 11:49:31 -05:00

9 lines
243 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# keep version here in sync with CI/CD and other modal repos
rev: "v0.9.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format