gh-92266: Replace tabs with four spaces in Python files (#135983)
This commit is contained in:
committed by
GitHub
parent
695ab61351
commit
de0d014815
@@ -34,6 +34,13 @@ repos:
|
|||||||
name: Run Black on Tools/jit/
|
name: Run Black on Tools/jit/
|
||||||
files: ^Tools/jit/
|
files: ^Tools/jit/
|
||||||
|
|
||||||
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
|
rev: v1.5.5
|
||||||
|
hooks:
|
||||||
|
- id: remove-tabs
|
||||||
|
types: [python]
|
||||||
|
exclude: ^Tools/c-analyzer/cpython/_parser.py
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v5.0.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user