Skip to content

Commit 1982156

Browse files
authored
Merge pull request #126 from openslide/dependabot/pre_commit/deps-435087c152
pre-commit: bump the deps group with 4 updates
2 parents acc0d2b + 79e051a commit 1982156

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)