From f5065d2e7c864f648b28fbb01f420cc2aef63f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:37:04 +0000 Subject: [PATCH] chore(deps): bump the pre-commit group with 2 updates Bumps the pre-commit group with 2 updates: [https://github.com/MarcoGorelli/cython-lint](https://github.com/MarcoGorelli/cython-lint) and [https://github.com/pycqa/isort](https://github.com/pycqa/isort). 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) Updates `https://github.com/pycqa/isort` from 9.0.0b5 to 9.0.0 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/9.0.0b5...9.0.0) --- updated-dependencies: - dependency-name: https://github.com/MarcoGorelli/cython-lint dependency-version: 0.21.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/pycqa/isort dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 d18001fb..6b2a0b21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: args: ["-i"] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.21.0 + rev: v0.21.1 hooks: - id: cython-lint - id: double-quote-cython-strings @@ -71,7 +71,7 @@ repos: - flake8-bugbear==25.11.29 - repo: https://github.com/pycqa/isort - rev: 9.0.0b5 + rev: 9.0.0 hooks: - id: isort name: isort (python)