From 93e1370705bf843d4e30cd6f3d491c5afb199b80 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:29:44 +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/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.3) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v9.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.2.0...v9.2.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 827da62..a0357ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.14.1' + rev: 'v0.14.3' hooks: # Run the linter. - id: ruff @@ -35,7 +35,7 @@ repos: - id: mypy - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.2.0 + rev: v9.2.1 hooks: - id: cspell files: src/|docs|tests|README.md