2023-05-08 17:03:52 +03:00
|
|
|
repos:
|
2023-09-12 09:28:20 -06:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: a27a2e47c7751b639d2b5badf0ef6ff11fee893f # frozen: v0.15.4
|
2023-09-12 09:28:20 -06:00
|
|
|
hooks:
|
2025-11-19 06:39:21 +08:00
|
|
|
- id: ruff-check
|
2026-03-27 10:50:35 +08:00
|
|
|
name: Run Ruff (lint) on Platforms/Apple/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Platforms/Apple/.ruff.toml]
|
|
|
|
|
files: ^Platforms/Apple/
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2024-07-19 12:48:53 +01:00
|
|
|
name: Run Ruff (lint) on Doc/
|
|
|
|
|
args: [--exit-non-zero-on-fix]
|
|
|
|
|
files: ^Doc/
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2024-07-19 12:48:53 +01:00
|
|
|
name: Run Ruff (lint) on Lib/test/
|
2023-09-12 09:28:20 -06:00
|
|
|
args: [--exit-non-zero-on-fix]
|
|
|
|
|
files: ^Lib/test/
|
2026-03-04 13:27:23 -08:00
|
|
|
- id: ruff-check
|
|
|
|
|
name: Run Ruff (lint) on Platforms/WASI/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
|
|
|
|
|
files: ^Platforms/WASI/
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2025-04-20 11:21:41 +02:00
|
|
|
name: Run Ruff (lint) on Tools/build/
|
2024-09-23 16:47:05 -07:00
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
|
2025-04-20 11:21:41 +02:00
|
|
|
files: ^Tools/build/
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2025-08-31 21:29:02 +01:00
|
|
|
name: Run Ruff (lint) on Tools/i18n/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
|
|
|
|
|
files: ^Tools/i18n/
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2024-07-19 12:48:53 +01:00
|
|
|
name: Run Ruff (lint) on Argument Clinic
|
2023-10-10 09:52:39 +02:00
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml]
|
|
|
|
|
files: ^Tools/clinic/|Lib/test/test_clinic.py
|
2025-10-01 08:40:54 +03:00
|
|
|
- id: ruff-check
|
2025-09-03 20:45:29 +03:00
|
|
|
name: Run Ruff (lint) on Tools/peg_generator/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/peg_generator/.ruff.toml]
|
|
|
|
|
files: ^Tools/peg_generator/
|
2025-10-09 01:13:27 +03:00
|
|
|
- id: ruff-check
|
|
|
|
|
name: Run Ruff (lint) on Tools/wasm/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/wasm/.ruff.toml]
|
|
|
|
|
files: ^Tools/wasm/
|
2025-11-19 06:39:21 +08:00
|
|
|
- id: ruff-format
|
2026-03-27 10:50:35 +08:00
|
|
|
name: Run Ruff (format) on Platforms/Apple/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Platforms/Apple/.ruff.toml]
|
|
|
|
|
files: ^Platforms/Apple/
|
2024-07-19 12:48:53 +01:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Doc/
|
2025-12-23 08:29:58 +00:00
|
|
|
args: [--exit-non-zero-on-fix]
|
2024-07-19 12:48:53 +01:00
|
|
|
files: ^Doc/
|
2026-03-04 13:27:23 -08:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Platforms/WASI/
|
|
|
|
|
args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
|
|
|
|
|
files: ^Platforms/WASI/
|
2025-05-02 21:26:32 +01:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Tools/build/check_warnings.py
|
2025-12-23 08:29:58 +00:00
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
|
2025-05-02 21:26:32 +01:00
|
|
|
files: ^Tools/build/check_warnings.py
|
2025-10-07 19:25:06 -07:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Tools/wasm/
|
2025-12-23 08:29:58 +00:00
|
|
|
args: [--exit-non-zero-on-fix, --config=Tools/wasm/.ruff.toml]
|
2025-10-07 19:25:06 -07:00
|
|
|
files: ^Tools/wasm/
|
2023-09-12 09:28:20 -06:00
|
|
|
|
2024-05-03 10:49:51 -07:00
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8 # frozen: 26.1.0
|
2024-05-03 10:49:51 -07:00
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
name: Run Black on Tools/jit/
|
|
|
|
|
files: ^Tools/jit/
|
|
|
|
|
|
2025-06-27 16:23:33 +03:00
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
|
2025-06-27 16:23:33 +03:00
|
|
|
hooks:
|
|
|
|
|
- id: remove-tabs
|
|
|
|
|
types: [python]
|
|
|
|
|
|
2023-05-08 17:03:52 +03:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
|
2023-05-08 17:03:52 +03:00
|
|
|
hooks:
|
2024-03-26 16:09:09 +02:00
|
|
|
- id: check-case-conflict
|
|
|
|
|
- id: check-merge-conflict
|
2023-09-12 09:28:20 -06:00
|
|
|
- id: check-toml
|
|
|
|
|
exclude: ^Lib/test/test_tomllib/
|
2023-05-08 17:03:52 +03:00
|
|
|
- id: check-yaml
|
2023-06-25 13:44:23 +03:00
|
|
|
- id: end-of-file-fixer
|
2025-05-26 20:42:38 +03:00
|
|
|
types_or: [python, yaml]
|
2023-09-12 09:37:42 +03:00
|
|
|
exclude: Lib/test/tokenizedata/coding20731.py
|
2025-05-26 20:42:38 +03:00
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
files: '^\.github/CODEOWNERS$'
|
2023-05-08 17:03:52 +03:00
|
|
|
- id: trailing-whitespace
|
2025-05-26 20:42:38 +03:00
|
|
|
types_or: [c, inc, python, rst, yaml]
|
2025-05-14 04:52:19 -03:00
|
|
|
- id: trailing-whitespace
|
2025-05-26 20:42:38 +03:00
|
|
|
files: '^\.github/CODEOWNERS|\.(gram)$'
|
2023-06-18 14:52:05 +03:00
|
|
|
|
2024-10-28 20:59:35 +02:00
|
|
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: 9f48a48aa91a6040d749ad68ec70907d907a5a7f # frozen: 0.37.0
|
2024-10-28 20:59:35 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: check-dependabot
|
|
|
|
|
- id: check-github-workflows
|
2025-01-04 13:31:01 +03:00
|
|
|
- id: check-readthedocs
|
2024-10-28 20:59:35 +02:00
|
|
|
|
|
|
|
|
- repo: https://github.com/rhysd/actionlint
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11
|
2024-10-28 20:59:35 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: actionlint
|
|
|
|
|
|
2026-03-05 14:23:06 +02:00
|
|
|
- repo: https://github.com/zizmorcore/zizmor-pre-commit
|
|
|
|
|
rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0
|
2024-12-10 12:51:12 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: zizmor
|
|
|
|
|
|
2023-06-18 14:52:05 +03:00
|
|
|
- repo: https://github.com/sphinx-contrib/sphinx-lint
|
2026-03-05 14:23:06 +02:00
|
|
|
rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # frozen: v1.0.2
|
2023-06-18 14:52:05 +03:00
|
|
|
hooks:
|
|
|
|
|
- id: sphinx-lint
|
2023-10-17 06:26:06 +01:00
|
|
|
args: [--enable=default-role]
|
2024-01-13 00:25:04 +02:00
|
|
|
files: ^Doc/|^Misc/NEWS.d/
|
2023-10-10 10:21:58 +02:00
|
|
|
|
2024-10-28 23:04:10 +02:00
|
|
|
- repo: local
|
|
|
|
|
hooks:
|
|
|
|
|
- id: blurb-no-space-c-api
|
|
|
|
|
name: Check C API news entries
|
|
|
|
|
language: fail
|
|
|
|
|
entry: Space found in path, move to Misc/NEWS.d/next/C_API/
|
|
|
|
|
files: Misc/NEWS.d/next/C API/20.*.rst
|
|
|
|
|
|
|
|
|
|
- repo: local
|
|
|
|
|
hooks:
|
|
|
|
|
- id: blurb-no-space-core-and-builtins
|
|
|
|
|
name: Check Core and Builtins news entries
|
|
|
|
|
language: fail
|
|
|
|
|
entry: Space found in path, move to Misc/NEWS.d/next/Core_and_Builtins/
|
|
|
|
|
files: Misc/NEWS.d/next/Core and Builtins/20.*.rst
|
|
|
|
|
|
2023-10-10 10:21:58 +02:00
|
|
|
- repo: meta
|
|
|
|
|
hooks:
|
|
|
|
|
- id: check-hooks-apply
|
|
|
|
|
- id: check-useless-excludes
|