From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:23:33 +0000 (+0300) Subject: gh-92266: Replace tabs with four spaces in Python files (#135983) X-Git-Tag: v3.15.0a1~1159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0d014815667982c683adb2b2cc16ae2bfb3c82;p=thirdparty%2FPython%2Fcpython.git gh-92266: Replace tabs with four spaces in Python files (#135983) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 822a8a9f4e50..86410c46d1d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,6 +34,13 @@ repos: name: Run Black on 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 rev: v5.0.0 hooks: