We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e188be + 24bdad9 commit 2c545f8Copy full SHA for 2c545f8
1 file changed
.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.14.9
+ rev: v0.14.10
6
hooks:
7
- id: ruff
8
args:
@@ -19,7 +19,7 @@ repos:
19
- id: toml-sort-fix
20
exclude: poetry.lock
21
- repo: https://github.com/pre-commit/mirrors-clang-format
22
- rev: v21.1.7
+ rev: v21.1.8
23
24
- id: clang-format
25
0 commit comments