Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ repos:
args: ["--py310-plus"]

- repo: https://github.com/PyCQA/isort
rev: 7.0.0
rev: 8.0.1
hooks:
- id: isort
name: Reorder python imports with isort

- repo: https://github.com/psf/black
rev: 25.12.0
rev: 26.3.1
hooks:
- id: black
name: Format python code with black
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
hooks:
- id: mypy
name: Check Python types
additional_dependencies: [flask, openslide-bin, pillow >= 12.1.0, types-PyYAML, types-setuptools]
additional_dependencies: [flask, openslide-bin, pillow>=12.1.1, types-PyYAML, types-setuptools]

- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.5
Expand All @@ -68,7 +68,7 @@ repos:
additional_dependencies: [sphinx, toml]

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
name: Check spelling with codespell
Expand Down