From dcf1e848f3cb8b249e0f950e608d871dead1ac35 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:43:16 +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/PyCQA/docformatter: 06907d0 → v1.7.5](https://github.com/PyCQA/docformatter/compare/06907d0...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.9.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.6...v1.7.7) --- .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 31eb6d6..10a040f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--remove] - repo: https://github.com/PyCQA/docformatter - rev: 06907d0 + rev: v1.7.5 hooks: - id: docformatter additional_dependencies: [tomli] @@ -47,7 +47,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.1 + rev: v0.9.3 hooks: - id: ruff name: "ruff sort imports notebooks" @@ -89,7 +89,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.1 + rev: v0.9.3 hooks: - id: ruff name: "ruff sort imports" @@ -120,7 +120,7 @@ repos: additional_dependencies: [pydoclint==0.5.6] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell types: [file] @@ -128,7 +128,7 @@ repos: args: ["--ignore-words-list=doas"] - repo: https://github.com/rhysd/actionlint - rev: "v1.7.6" + rev: "v1.7.7" hooks: - id: actionlint