Skip to content

Commit c167ad2

Browse files
chore: update pre-commit hook mypy
updates: - github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2 Newer versions, starting with 1.19.0, emit error messages about missing submodules. Also enforce consistent indentation in the YAML config file.
1 parent e46dfcf commit c167ad2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ repos:
2525
hooks:
2626
- id: sp-repo-review
2727

28-
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.0
30-
hooks:
31-
- id: mypy
32-
args: [--config-file, pyproject.toml]
33-
additional_dependencies: [numpy, pytest, google-crc32c, crc32c, zfpy, 'zarr>=3.1.3']
28+
- repo: https://github.com/pre-commit/mirrors-mypy
29+
rev: v1.18.2
30+
hooks:
31+
- id: mypy
32+
args: [--config-file, pyproject.toml]
33+
additional_dependencies: [numpy, pytest, google-crc32c, crc32c, zfpy, 'zarr>=3.1.3']

0 commit comments

Comments
 (0)