From 39f9781ba8d0d16bc2c20b475f102271e2303320 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:42: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/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.14.1) - [github.com/kieran-ryan/pyprojectsort: v0.3.0 → v0.4.0](https://github.com/kieran-ryan/pyprojectsort/compare/v0.3.0...v0.4.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3e8118..7dceb99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: # - id: docformatter # args: [--in-place, --make-summary-multi-line, --close-quotes-on-newline, --wrap-summaries, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.4' + rev: 'v0.8.6' hooks: - id: ruff - id: ruff-format @@ -69,7 +69,7 @@ repos: - flake8-typing-imports - flake8-use-fstring - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: @@ -83,7 +83,7 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/kieran-ryan/pyprojectsort - rev: v0.3.0 + rev: v0.4.0 hooks: - id: pyprojectsort - repo: https://github.com/python-jsonschema/check-jsonschema