Skip to content

Commit 72a617a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6) - [github.com/pre-commit/mirrors-clang-format: v17.0.4 → v17.0.5](pre-commit/mirrors-clang-format@v17.0.4...v17.0.5)
1 parent b6d148f commit 72a617a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ci:
22
autoupdate_branch: devel
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.1.5
5+
rev: v0.1.6
66
hooks:
77
- id: ruff
88
args:
99
- --fix
1010
- --exit-non-zero-on-fix
1111
- repo: https://github.com/pre-commit/mirrors-clang-format
12-
rev: v17.0.4
12+
rev: v17.0.5
1313
hooks:
1414
- id: clang-format
1515
args:

0 commit comments

Comments
 (0)