Skip to content

Commit 124ab2f

Browse files
authored
Merge pull request #353 from openslide/dependabot/pre_commit/deps-55fc93b8a3
pre-commit: bump the deps group with 3 updates
2 parents ad43b8a + 6514cfc commit 124ab2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)