From c7827cf94044ae9b8f3ea7f3147d82d33d37d2d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:15:51 +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/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/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/psf/black: 24.3.0 → 24.8.0](https://github.com/psf/black/compare/24.3.0...24.8.0) - [github.com/charliermarsh/ruff-pre-commit: v0.3.5 → v0.5.6](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.3.5...v0.5.6) --- .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 d400259..95116bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: check-yaml - id: check-added-large-files repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 - hooks: - entry: codespell id: codespell repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 - hooks: - id: yamllint repo: https://github.com/adrienverge/yamllint.git @@ -23,14 +23,14 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 - hooks: - args: - --fix - --exit-non-zero-on-fix id: ruff repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.5 + rev: v0.5.6 exclude: | (?x)^( reps/templates