Skip to content

Commit 5507d70

Browse files
author
Summer
authored
Update .pre-commit-config.yaml
1 parent c8fe790 commit 5507d70

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ repos:
4343
- id: clang-format
4444
name: clang-format
4545
description: Format files with ClangFormat.
46-
entry: clang-format-10
46+
entry: clang-format
4747
language: system
4848
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|proto|vert)$
4949
args: [ "-fallback-style=none", "-i" ]
50-
- id: catkin_lint
51-
name: catkin_lint
52-
description: Check package.xml and cmake files
53-
entry: catkin_lint .
54-
language: system
55-
always_run: true
56-
pass_filenames: false

0 commit comments

Comments
 (0)