Skip to content

Commit 88a47e4

Browse files
Auto-update pre-commit hooks (#205)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6b1a776 commit 88a47e4

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
@@ -17,7 +17,7 @@
1717
repos:
1818
# Standard hooks
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
args: ['--maxkb=1500']
@@ -75,7 +75,7 @@ repos:
7575
- id: ament_lint_cmake
7676
name: ament_lint_cmake
7777
description: Check format of CMakeLists.txt files.
78-
stages: [commit]
78+
stages: [pre-commit]
7979
entry: ament_lint_cmake
8080
language: system
8181
files: CMakeLists.txt$
@@ -86,7 +86,7 @@ repos:
8686
- id: ament_copyright
8787
name: ament_copyright
8888
description: Check if copyright notice is available in all files.
89-
stages: [commit]
89+
stages: [pre-commit]
9090
entry: ament_copyright
9191
language: system
9292

0 commit comments

Comments
 (0)