From b6c935393e35bd882145592b744fec4ef1235213 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:40:39 +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.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/isort.git: 6.0.1 → 9.0.0b1](https://github.com/PyCQA/isort.git/compare/6.0.1...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.1...v2.3.0) - [github.com/jendrikseipp/vulture.git: v2.14 → v2.16](https://github.com/jendrikseipp/vulture.git/compare/v2.14...v2.16) - [github.com/pylint-dev/pylint.git: v3.3.7 → v4.0.6](https://github.com/pylint-dev/pylint.git/compare/v3.3.7...v4.0.6) --- .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 b7c06ee..ee665e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [detect-aws-credentials] repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: no-commit-to-branch @@ -40,19 +40,19 @@ repos: - flake8-print==4.0.0 args: [--config=setup.cfg] - repo: https://github.com/PyCQA/isort.git - rev: "6.0.1" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.1" + rev: "v2.3.0" hooks: - id: mypy - repo: https://github.com/jendrikseipp/vulture.git - rev: "v2.14" + rev: "v2.16" hooks: - id: vulture - repo: https://github.com/pylint-dev/pylint.git - rev: "v3.3.7" + rev: "v4.0.6" hooks: - id: pylint entry: env PYTHONPATH=. pylint