From a8695386fff27cf190da619b128f2768de4be45b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:03:03 +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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.5.0) - [github.com/crate-ci/typos: v1.21.0 → v1.22.9](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.9) --- .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 153d2a1..dec3d58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - -- - -Dwarnings - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -36,7 +36,7 @@ repos: # hooks: # - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.4' + rev: 'v0.5.0' hooks: - id: ruff-format - id: ruff @@ -51,7 +51,7 @@ repos: - --add=Part of row, released under the BSD 3-Clause License. - --comment-prefix=// - repo: https://github.com/crate-ci/typos - rev: v1.21.0 + rev: v1.22.9 hooks: - id: typos exclude_types: [css]