From 82b3ced6b86450472ffff3149a8299acd2a6b47e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:17:40 +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: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.17.1) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.15.0](https://github.com/asottile/reorder-python-imports/compare/v3.13.0...v3.15.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3669c11..5ae622e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: double-quote-string-fixer - id: requirements-txt-fixer - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 args: - '--max-line-length=88' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.17.1 hooks: - id: mypy - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.15.0 hooks: - id: reorder-python-imports