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 6509e94 commit 9501fabCopy full SHA for 9501fab
.pre-commit-config.yaml
@@ -27,17 +27,17 @@ repos:
27
hooks:
28
- id: python-file-whitespace
29
name: "Check Python file whitespace"
30
- entry: './Tools/patchcheck/reindent.py --nobackup --newline LF'
31
- language: 'system'
+ entry: 'Tools/patchcheck/reindent.py --nobackup --newline LF'
+ language: 'python'
32
types: [python]
33
exclude: '^(Lib/test/tokenizedata/|Tools/c-analyzer/cpython/_parser).*$'
34
35
- repo: local
36
37
- id: c-file-whitespace
38
name: "Check C file whitespace"
39
- entry: "./Tools/patchcheck/untabify.py"
40
- language: "system"
+ entry: "Tools/patchcheck/untabify.py"
+ language: "python"
41
types_or: ['c', 'c++']
42
# Don't check the style of vendored libraries
43
exclude: |
0 commit comments