From ed715f0af4a306cd6acdd18250eb32ccc2462ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:33:56 +0000 Subject: [PATCH] MAINT: bump the lock group with 3 updates Bumps the lock group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/streetsidesoftware/cspell-cli](https://github.com/streetsidesoftware/cspell-cli) and [https://github.com/editorconfig-checker/editorconfig-checker.python](https://github.com/editorconfig-checker/editorconfig-checker.python). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.1 to 0.15.5 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.1...v0.15.5) Updates `https://github.com/streetsidesoftware/cspell-cli` from v9.6.0 to 9.7.0 - [Release notes](https://github.com/streetsidesoftware/cspell-cli/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-cli/compare/v9.6.0...v9.7.0) Updates `https://github.com/editorconfig-checker/editorconfig-checker.python` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/editorconfig-checker/editorconfig-checker.python/releases) - [Commits](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.5 dependency-type: direct:production dependency-group: lock - dependency-name: https://github.com/streetsidesoftware/cspell-cli dependency-version: 9.7.0 dependency-type: direct:production dependency-group: lock - dependency-name: https://github.com/editorconfig-checker/editorconfig-checker.python dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lock ... Signed-off-by: dependabot[bot] --- .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 85681983..b1993efe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.5 hooks: - id: ruff-check args: [--fix] @@ -80,12 +80,12 @@ repos: exclude: (?x)^(labels/.*\.toml)$ - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.6.0 + rev: v9.7.0 hooks: - id: cspell - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: editorconfig