Skip to content

Commit a855e93

Browse files
committed
update pre-commit-config.yml
1 parent fb063a7 commit a855e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
- id: clang-format
5555
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
5656
files: ^(.*\.(c|cc|cpp|cxx|h|hpp|hxx))$
57+
exclude: Modules/_ctypes/cfield.c
5758
EOF
5859
59-
- name: Install pre-commit hooks
60+
- name: Install and run hooks
6061
run: |
6162
cd test-repo
6263
pre-commit install

0 commit comments

Comments
 (0)