Files
mempalace--mempalace/.pre-commit-config.yaml
wehub-resource-sync c3749daf48
Tests / test-windows (push) Waiting to run
Tests / test-macos (push) Waiting to run
Tests / test-linux (3.13) (push) Failing after 0s
Tests / test-linux (3.11) (push) Failing after 1s
Tests / lint (push) Failing after 0s
Tests / test-linux (3.9) (push) Failing after 1s
Docker / build (push) Failing after 1s
Docker / build-gpu (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:03:03 +08:00

12 lines
449 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Keep this rev in lock-step with the exact ruff pin in pyproject.toml
# ([project.optional-dependencies].dev / [dependency-groups].dev) and
# .github/workflows/ci.yml. A different ruff here produces different
# formatter output than CI and breaks `ruff format --check` in lint.
rev: v0.15.14
hooks:
- id: ruff
args: [--fix]
- id: ruff-format