gh-92266: Replace tabs with four spaces in Python files (#135983)

This commit is contained in:
Hugo van Kemenade 2025-06-27 16:23:33 +03:00 committed by GitHub
parent 695ab61351
commit de0d014815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: