From 06e346a6e3b5a3c620e1ea822f8bf9779189e4b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:46:27 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v6.0.0) - [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](https://github.com/koalaman/shellcheck-precommit/compare/v0.10.0...v0.11.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/22.3.0...26.1.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.0](https://github.com/pycqa/isort/compare/5.13.2...8.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.19.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.4.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 181a8a9d004..b4836af5041 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [shellcheck, check-markdown, check-file-names] # Standalone checks in the CI repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -10,26 +10,26 @@ repos: - id: trailing-whitespace - id: check-json - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.10.0 + rev: v0.11.0 hooks: - id: shellcheck args: ["--severity=warning"] -- repo: https://github.com/psf/black - rev: 22.3.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.3.0 hooks: - id: flake8 args: ["--config", "tools/.flake8"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.19.1 hooks: - id: mypy additional_dependencies: ['types-requests==2.27.*'] @@ -45,6 +45,6 @@ repos: entry: ./tools/check-file-names.sh language: system - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.1 hooks: - id: codespell