We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ac5e5 + 5b8e3eb commit c20bb23Copy full SHA for c20bb23
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
autoupdate_schedule: quarterly
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.11.4
+ rev: v0.12.2
8
hooks:
9
- id: ruff
10
args:
@@ -23,7 +23,7 @@ repos:
23
- id: toml-sort-fix
24
exclude: pixi.toml
25
- repo: https://github.com/pre-commit/mirrors-clang-format
26
- rev: v20.1.0
+ rev: v20.1.7
27
28
- id: clang-format
29
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments