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
12 lines
449 B
YAML
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
|