Skip to content

Commit 79e051a

Browse files
pre-commit: bump the deps group with 4 updates
Bumps the deps group with 4 updates: [https://github.com/PyCQA/isort](https://github.com/PyCQA/isort), [https://github.com/psf/black](https://github.com/psf/black), [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) 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.11.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.11.0...26.3.1) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.19.0 to 1.19.1 - [Commits](pre-commit/mirrors-mypy@v1.19.0...v1.19.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/pre-commit/mirrors-mypy dependency-version: 1.19.1 dependency-type: direct:production 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 acc0d2b commit 79e051a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
args: ["--py313-plus"]
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 7.0.0
25+
rev: 8.0.1
2626
hooks:
2727
- id: isort
2828
name: Reorder Python imports with isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 25.11.0
31+
rev: 26.3.1
3232
hooks:
3333
- id: black
3434
name: Format Python code with black
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.19.0
50+
rev: v1.19.1
5151
hooks:
5252
- id: mypy
5353
name: Check Python types
@@ -59,7 +59,7 @@ repos:
5959
- types-requests
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: v2.4.1
62+
rev: v2.4.2
6363
hooks:
6464
- id: codespell
6565
name: Check spelling with codespell

0 commit comments

Comments
 (0)