Skip to content

Commit 4b2cc27

Browse files
committed
fix(pre-commit): remove unnecessary 'pass_filenames: true'
pass_filenames==true by default.
1 parent d9b6b83 commit 4b2cc27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-hooks.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
description: Astyle python wrapper. By default checks the formatting according to the given options. If '--fix' option is given, corrects formatting. Pass astyle options (such as '--style=otbs') via 'args' array.
44
entry: astyle_py
55
language: python
6-
pass_filenames: true
76
files: '^.*\.(c|cpp|cxx|h|hpp|inc)$'

0 commit comments

Comments
 (0)