Skip to content

Commit 9226c7a

Browse files
authored
Remove numpy from mypy pre-commit (#6151)
1 parent 69dc2a0 commit 9226c7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
# - id: velin
3333
# args: ["--write", "--compact"]
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.930
35+
rev: v0.931
3636
hooks:
3737
- id: mypy
3838
# `properies` & `asv_bench` are copied from setup.cfg.
@@ -45,8 +45,6 @@ repos:
4545
types-PyYAML,
4646
types-pytz,
4747
typing-extensions==3.10.0.0,
48-
# Dependencies that are typed
49-
numpy,
5048
]
5149
# run this occasionally, ref discussion https://github.com/pydata/xarray/pull/3194
5250
# - repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)