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 1b21868 commit 7e4637eCopy full SHA for 7e4637e
.pre-commit-config.yaml
@@ -34,6 +34,13 @@ repos:
34
name: Run Black on Tools/jit/
35
files: ^Tools/jit/
36
37
+ - repo: https://github.com/Lucas-C/pre-commit-hooks
38
+ rev: v1.5.5
39
+ hooks:
40
+ - id: remove-tabs
41
+ types: [python]
42
+ exclude: ^Tools/c-analyzer/cpython/_parser.py
43
+
44
- repo: https://github.com/pre-commit/pre-commit-hooks
45
rev: v5.0.0
46
hooks:
0 commit comments