Skip to content

Commit dea1f00

Browse files
authored
Merge pull request #353 from Simple-Robotics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4d90c3d + dd63c04 commit dea1f00

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
@@ -4,16 +4,16 @@ ci:
44
autoupdate_schedule: quarterly
55
repos:
66
- repo: https://github.com/pre-commit/mirrors-clang-format
7-
rev: v18.1.8
7+
rev: v19.1.3
88
hooks:
99
- id: clang-format
1010
args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/cheshirekow/cmake-format-precommit

0 commit comments

Comments
 (0)