From 355c7a7740167c72937d28e1be36f79ef4af2de8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:28:21 +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: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.261...v0.6.8) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/psf/black: 23.3.0 → 24.8.0](https://github.com/psf/black/compare/23.3.0...24.8.0) - [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v8.13.3](https://github.com/streetsidesoftware/cspell-cli/compare/v6.31.0...v8.13.3) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.4.2...v1.5.5) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.3.0) - [github.com/adrienverge/yamllint: v1.30.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.30.0...v1.35.1) - [github.com/pycqa/pylint: v2.17.1 → v3.3.1](https://github.com/pycqa/pylint/compare/v2.17.1...v3.3.1) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 224aa25..c39a4cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.261" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.6.8" hooks: - id: ruff args: @@ -9,7 +9,7 @@ repos: - "--exit-non-zero-on-fix" - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v4.0.0-alpha.8" hooks: - id: prettier additional_dependencies: @@ -17,23 +17,23 @@ repos: - prettier-plugin-toml - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.0 + rev: v8.13.3 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.5 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: check-symlinks @@ -44,12 +44,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint - rev: v1.30.0 + rev: v1.35.1 hooks: - id: yamllint args: @@ -62,7 +62,7 @@ repos: - id: darglint - repo: https://github.com/pycqa/pylint - rev: v2.17.1 + rev: v3.3.1 hooks: - id: pylint additional_dependencies: