Skip to content

Commit 16b3407

Browse files
[pre-commit] Update hooks versions
1 parent 2c886ec commit 16b3407

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: v21.1.0
8+
rev: v21.1.2
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.13.0
25+
rev: v0.13.3
2626
hooks:
2727
- id: ruff
2828
args: [--fix]

0 commit comments

Comments
 (0)