Skip to content

Commit d6e198c

Browse files
[pre-commit] Update hooks versions (#568)
🤖 This PR was created automatically by the update-pre-commit workflow.
1 parent df18642 commit d6e198c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
66
# C++ formatting with clang-format
77
- repo: https://github.com/pre-commit/mirrors-clang-format
8-
rev: v20.1.7
8+
rev: v20.1.8
99
hooks:
1010
- id: clang-format
1111
files: \.(cpp|hpp|c|h)$
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.12.4
25+
rev: v0.12.5
2626
hooks:
2727
- id: ruff
2828
args: [--fix]

0 commit comments

Comments
 (0)