Skip to content

Commit 3be061b

Browse files
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](MarcoGorelli/cython-lint@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](PyCQA/isort@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] <support@github.com>
1 parent f26d59b commit 3be061b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
args: ["-i"]
5959

6060
- repo: https://github.com/MarcoGorelli/cython-lint
61-
rev: v0.21.0
61+
rev: v0.21.1
6262
hooks:
6363
- id: cython-lint
6464
- id: double-quote-cython-strings
@@ -73,7 +73,7 @@ repos:
7373
- flake8-bugbear==25.11.29
7474

7575
- repo: https://github.com/pycqa/isort
76-
rev: 9.0.0b5
76+
rev: 9.0.0
7777
hooks:
7878
- id: isort
7979
name: isort (python)

0 commit comments

Comments
 (0)