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 71c003c commit c44cb7bCopy full SHA for c44cb7b
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- exclude: '\.py$'
+ exclude: '\.(py|c|cpp|h|hpp)$'
10
- id: end-of-file-fixer
11
- id: check-merge-conflict
12
- id: check-case-conflict
0 commit comments