From 6650af79b8d632e7f8551f3b48597b16342e558c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:07:30 +0000 Subject: [PATCH] chore: 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.7.4 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.8.4) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.20.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.18.0...v9.20.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.0) - [github.com/jsh9/pydoclint: 0.5.9 → 0.5.14](https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.14) --- .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 5bf5e6239..0cb0ce847 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: skip: [poetry-lock] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.4 hooks: - id: ruff args: @@ -58,14 +58,14 @@ repos: exclude: "CHANGELOG.md" - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.20.0 hooks: - id: commitlint additional_dependencies: ["@commitlint/config-conventional@18.6.3"] stages: [commit-msg] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.14.0" hooks: - id: mypy args: @@ -98,7 +98,7 @@ repos: - id: beautysh - repo: https://github.com/jsh9/pydoclint - rev: 0.5.9 + rev: 0.5.14 hooks: - id: pydoclint