Skip to content

Commit d32cb32

Browse files
committed
Updating pre-commit hooks to latest.
1 parent a53701d commit d32cb32

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
@@ -29,15 +29,15 @@ repos:
2929

3030
# Project Code formatter for CPP source.
3131
- repo: https://github.com/pre-commit/mirrors-clang-format
32-
rev: v15.0.6
32+
rev: v16.0.1
3333
hooks:
3434
- id: clang-format
3535
args: [--style=Google]
3636

3737
# Hooks to verify Arduino Library conventions
3838
- repo: https://github.com/CreatingNull/arduino-hooks
3939
# Note for the pre-commit GitHub workflow this executable must be added.
40-
rev: v0.2.0
40+
rev: v0.3.0
4141
hooks:
4242
- id: arduino-lint
4343
args: [--fail-on-warn, --library-manager=update]

0 commit comments

Comments
 (0)