From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:27:00 +0000 (+0200) Subject: [3.14] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136035) X-Git-Tag: v3.14.0b4~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e4637e48e0482cfe62859c2db3e4a257b9c9f9a;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136035) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- 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: