mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-92266: Replace tabs with four spaces in Python files (#135983)
This commit is contained in:
parent
695ab61351
commit
de0d014815
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue