Skip to content

Commit 6514cfc

Browse files
pre-commit: bump the deps group with 3 updates
Bumps the deps group with 3 updates: [https://github.com/PyCQA/isort](https://github.com/PyCQA/isort), [https://github.com/psf/black](https://github.com/psf/black) and [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell). Updates `https://github.com/PyCQA/isort` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.1) Updates `https://github.com/psf/black` from 25.12.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.3.1) Updates `https://github.com/codespell-project/codespell` from v2.4.1 to 2.4.2 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: https://github.com/PyCQA/isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: https://github.com/psf/black dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.2 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad43b8a commit 6514cfc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
args: ["--py310-plus"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 7.0.0
26+
rev: 8.0.1
2727
hooks:
2828
- id: isort
2929
name: Reorder python imports with isort
3030

3131
- repo: https://github.com/psf/black
32-
rev: 25.12.0
32+
rev: 26.3.1
3333
hooks:
3434
- id: black
3535
name: Format python code with black
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies: [sphinx, toml]
7070

7171
- repo: https://github.com/codespell-project/codespell
72-
rev: v2.4.1
72+
rev: v2.4.2
7373
hooks:
7474
- id: codespell
7575
name: Check spelling with codespell

0 commit comments

Comments
 (0)