8000 [3.13] gh-92266: Replace tabs with four spaces in Python files (GH-13… · python/cpython@1e972c7 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1e972c7

Browse files
[3.13] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136036)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 3576e1a commit 1e972c7

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