From f26c55b1166592611b85b65bcc07b30597c2005a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:12:22 +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/tox-dev/pyproject-fmt: 2.2.1 → 2.2.4](https://github.com/tox-dev/pyproject-fmt/compare/2.2.1...2.2.4) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.7) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.7) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.2](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.2) --- .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 772b24f0..5b78f956 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--in-place, --config, ./pyproject.toml] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "2.2.4" hooks: - id: pyproject-fmt @@ -46,7 +46,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.2 + rev: v0.6.7 hooks: - id: ruff name: "ruff sort imports notebooks" @@ -72,7 +72,7 @@ repos: # Linters - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy exclude: ^docs @@ -88,7 +88,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.2 + rev: v0.6.7 hooks: - id: ruff name: "ruff sort imports" @@ -127,6 +127,6 @@ repos: args: ["--ignore-words-list=doas"] - repo: https://github.com/rhysd/actionlint - rev: "v1.7.1" + rev: "v1.7.2" hooks: - id: actionlint