Skip to content

Commit d7ceae3

Browse files
authored
Merge pull request #168 from CWRUbotix/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 38f6372 + 0b60df0 commit d7ceae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.11.10
5+
rev: v0.11.12
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -11,7 +11,7 @@ repos:
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v20.1.4
14+
rev: v20.1.5
1515
hooks:
1616
- id: clang-format
1717
types_or: [c++, c]
@@ -21,6 +21,6 @@ repos:
2121
hooks:
2222
- id: trailing-whitespace
2323
- repo: https://github.com/google/yamlfmt
24-
rev: v0.16.0
24+
rev: v0.17.0
2525
hooks:
2626
- id: yamlfmt

0 commit comments

Comments
 (0)