From b7391c30038dd20d6324e8be12062544b7356984 Mon Sep 17 00:00:00 2001 From: ayushjariyal Date: Wed, 20 Aug 2025 10:40:54 +0530 Subject: [PATCH 1/2] Bump pre-commit-hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afc1449321..dbb3c423fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ exclude: ^vendor/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer From 88c782398e6220126d265a9a44ab2e301103b8f6 Mon Sep 17 00:00:00 2001 From: Vineel Haas Date: Wed, 20 Aug 2025 12:28:31 +0530 Subject: [PATCH 2/2] Bump pre-commit hooks to latest versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pre-commit-hooks: v5.0.0 → v6.0.0 - ruff-pre-commit: v0.11.13 → v0.12.9 - mirrors-mypy: v1.16.0 → v1.17.1 - markdownlint-cli: v0.43.0 → v0.45.0 - flynt: 1.0.1 → 1.0.6 - codespell: v2.3.0 → v2.4.1 --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbb3c423fb..026ec4be5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,19 +27,19 @@ repos: - id: check-yaml - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.13 + rev: v0.12.9 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.17.1 hooks: - id: mypy args: [--install-types, --non-interactive, --config=pyproject.toml] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.45.0 hooks: - id: markdownlint args: ["--fix"] @@ -54,7 +54,7 @@ repos: additional_dependencies: - tomli==2.0.1 - repo: https://github.com/ikamensh/flynt - rev: 1.0.1 + rev: 1.0.6 hooks: - id: flynt args: @@ -62,7 +62,7 @@ repos: - --line-length - '99999' - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell ci: