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 3576e1a commit 1e972c7Copy full SHA for 1e972c7
.pre-commit-config.yaml
@@ -26,6 +26,13 @@ repos:
26
name: Run Black on Tools/jit/
27
files: ^Tools/jit/
28
29
+ - repo: https://github.com/Lucas-C/pre-commit-hooks
30
+ rev: v1.5.5
31
+ hooks:
32
+ - id: remove-tabs
33
+ types: [python]
34
+ exclude: ^Tools/c-analyzer/cpython/_parser.py
35
+
36
- repo: https://github.com/pre-commit/pre-commit-hooks
37
rev: v5.0.0
38
hooks:
0 commit comments