Skip to content

Commit 000aa4f

Browse files
committed
Remove mypy check in precommit
1 parent b99c708 commit 000aa4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ repos:
2121
hooks:
2222
- id: flake8
2323
language_version: python3
24-
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v0.931
26-
hooks:
27-
- id: mypy
28-
args: ["--allow-redefinition", "--show-error-codes", "--ignore-missing-imports"]
29-
additional_dependencies: ["numpy>=1.21.2", "xarray", "dask[array]", "scipy", "typing-extensions", "zarr", "numba", "dask-ml", "networkx", "types-PyYAML"]

0 commit comments

Comments
 (0)