From efebcff81009475d698d308b1d7aefcabac84f20 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:42:32 +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/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.5...v0.11.8) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.3...v8.19.1) - [github.com/pycqa/pylint.git: v3.3.6 → v3.3.7](https://github.com/pycqa/pylint.git/compare/v3.3.6...v3.3.7) --- .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 fcb5602..260ac40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,14 +53,14 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.5 + rev: v0.11.8 hooks: - id: ruff entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude' types_or: [python, pyi] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.3 + rev: v8.19.1 hooks: - id: cspell name: Spell check with cspell @@ -74,7 +74,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.3.6 + rev: v3.3.7 hooks: - id: pylint args: