8000 gh-92266: Replace tabs with four spaces in Python files (#135983) · python/cpython@de0d014 · GitHub
[go: up one dir, main page]

Skip to content

Commit de0d014

Browse files
authored
gh-92266: Replace tabs with four spaces in Python files (#135983)
1 parent 695ab61 commit de0d014

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ repos:
3434
name: Run Black on Tools/jit/
3535
files: ^Tools/jit/
3636

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+
3744
- repo: https://github.com/pre-commit/pre-commit-hooks
3845
rev: v5.0.0
3946
hooks:

0 commit comments

Comments
 (0)
0