From 8e2b26ddc5a2b74714ab6fd83151ac0341df2e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 13:32:48 +0000 Subject: [PATCH] Bump https://github.com/MarcoGorelli/cython-lint in the pre-commit group Bumps the pre-commit group with 1 update: [https://github.com/MarcoGorelli/cython-lint](https://github.com/MarcoGorelli/cython-lint). Updates `https://github.com/MarcoGorelli/cython-lint` from v0.21.0 to 0.21.1 - [Release notes](https://github.com/MarcoGorelli/cython-lint/releases) - [Commits](https://github.com/MarcoGorelli/cython-lint/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: https://github.com/MarcoGorelli/cython-lint dependency-version: 0.21.1 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb5a2e02f8..e6bb79507e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.21.0 + rev: v0.21.1 hooks: - id: cython-lint - id: double-quote-cython-strings