8000 gh-92266: Replace tabs with four spaces in Python files (GH-135983) · miss-islington/cpython@1ef6e99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ef6e99

Browse files
hugovkmiss-islington
authored andcommitted
pythongh-92266: Replace tabs with four spaces in Python files (pythonGH-135983)
(cherry picked from commit de0d014) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 3576e1a commit 1ef6e99

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
@@ -26,6 +26,13 @@ repos:
2626
name: Run Black on Tools/jit/
2727
files: ^Tools/jit/
2828

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+
2936
- repo: https://github.com/pre-commit/pre-commit-hooks
3037
rev: v5.0.0
3138
hooks:

0 commit comments

Comments
 (0)
0