We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f06077 commit 5f15aa6Copy full SHA for 5f15aa6
.pre-commit-config.yaml
@@ -17,7 +17,7 @@
17
repos:
18
# Standard hooks
19
- repo: https://github.com/pre-commit/pre-commit-hooks
20
- rev: v4.6.0
+ rev: v5.0.0
21
hooks:
22
- id: check-added-large-files
23
args: ['--maxkb=1500']
@@ -75,7 +75,7 @@ repos:
75
- id: ament_lint_cmake
76
name: ament_lint_cmake
77
description: Check format of CMakeLists.txt files.
78
- stages: [commit]
+ stages: [pre-commit]
79
entry: ament_lint_cmake
80
language: system
81
files: CMakeLists.txt$
@@ -86,7 +86,7 @@ repos:
86
- id: ament_copyright
87
name: ament_copyright
88
description: Check if copyright notice is available in all files.
89
90
entry: ament_copyright
91
92
0 commit comments