From 538e955cc7dbc0fe5d13a50c8dcf5077b73198cd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:48:23 +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/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) - [github.com/rhysd/actionlint: v1.6.26 → v1.6.27](https://github.com/rhysd/actionlint/compare/v1.6.26...v1.6.27) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.3.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.1...v0.3.3) - [github.com/kumaraditya303/mirrors-pyright: v1.1.350 → v1.1.354](https://github.com/kumaraditya303/mirrors-pyright/compare/v1.1.350...v1.1.354) --- .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 f6e0989..47cc922 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: check-toml - id: check-json - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell @@ -51,7 +51,7 @@ repos: exclude_types: - zsh - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.6.27 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint @@ -83,12 +83,12 @@ repos: hooks: - id: shfmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.3.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.350 + rev: v1.1.354 hooks: - id: pyright - repo: https://github.com/cmake-lint/cmake-lint