diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc1b8a83..b095c917 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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