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
|
2025-08-10 23:32:50 +01:00
|
|
|
rev: v0.12.8
|
2023-09-12 09:28:20 -06:00
|
|
|
hooks:
|
|
|
|
|
- id: ruff
|
2024-07-19 12:48:53 +01:00
|
|
|
name: Run Ruff (lint) on Doc/
|
|
|
|
|
args: [--exit-non-zero-on-fix]
|
|
|
|
|
files: ^Doc/
|
|
|
|
|
- id: ruff
|
|
|
|
|
name: Run Ruff (lint) on Lib/test/
|
2023-09-12 09:28:20 -06:00
|
|
|
args: [--exit-non-zero-on-fix]
|
|
|
|
|
files: ^Lib/test/
|
2024-09-23 16:47:05 -07:00
|
|
|
- id: ruff
|
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/
|
2023-10-10 09:52:39 +02:00
|
|
|
- id: ruff
|
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
|
2024-07-19 12:48:53 +01:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Doc/
|
|
|
|
|
args: [--check]
|
|
|
|
|
files: ^Doc/
|
2025-05-02 21:26:32 +01:00
|
|
|
- id: ruff-format
|
|
|
|
|
name: Run Ruff (format) on Tools/build/check_warnings.py
|
|
|
|
|
args: [--check, --config=Tools/build/.ruff.toml]
|
|
|
|
|
files: ^Tools/build/check_warnings.py
|
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
|
2025-04-22 18:32:19 +03:00
|
|
|
rev: 25.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
|
|
|
|
|
rev: v1.5.5
|
|
|
|
|
hooks:
|
|
|
|
|
- id: remove-tabs
|
|
|
|
|
types: [python]
|
|
|
|
|
exclude: ^Tools/c-analyzer/cpython/_parser.py
|
|
|
|
|
|
2023-05-08 17:03:52 +03:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2025-08-10 23:32:50 +01:00
|
|
|
rev: 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
|
2025-08-10 23:32:50 +01:00
|
|
|
rev: 0.33.2
|
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
|
2025-01-20 16:51:09 +00:00
|
|
|
rev: v1.7.7
|
2024-10-28 20:59:35 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: actionlint
|
|
|
|
|
|
2024-12-10 12:51:12 +02:00
|
|
|
- repo: https://github.com/woodruffw/zizmor-pre-commit
|
2025-08-10 23:32:50 +01:00
|
|
|
rev: v1.11.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
|
2024-09-11 21:05:15 +03:00
|
|
|
rev: v1.0.0
|
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
|