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.
1 parent 60c1a2e commit 25bdd61Copy full SHA for 25bdd61
.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.12.2
+ rev: v0.13.3
8
hooks:
9
- id: ruff
10
args:
@@ -18,15 +18,15 @@ repos:
18
19
- id: cmake-format
20
- repo: https://github.com/pappasam/toml-sort
21
- rev: v0.24.2
+ rev: v0.24.3
22
23
- id: toml-sort-fix
24
exclude: pixi.toml|dockgen.toml
25
- repo: https://github.com/pre-commit/mirrors-clang-format
26
- rev: v20.1.7
+ rev: v21.1.2
27
28
- id: clang-format
29
- repo: https://github.com/pre-commit/pre-commit-hooks
30
- rev: v5.0.0
+ rev: v6.0.0
31
32
- id: trailing-whitespace
0 commit comments