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 156e580 commit a2a51f6Copy full SHA for a2a51f6
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_branch: devel
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.5.1
+ rev: v0.6.9
6
hooks:
7
- id: ruff
8
args:
@@ -19,13 +19,13 @@ repos:
19
- id: toml-sort-fix
20
exclude: poetry.lock
21
- repo: https://github.com/pre-commit/mirrors-clang-format
22
- rev: v18.1.8
+ rev: v19.1.1
23
24
- id: clang-format
25
26
- --style=Google
27
- repo: https://github.com/pre-commit/pre-commit-hooks
28
- rev: v4.6.0
+ rev: v5.0.0
29
30
- id: check-added-large-files
31
- id: check-ast
0 commit comments