Skip to content

Commit

Permalink
avoid numpy with type hint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 5, 2021
1 parent 18b82fa commit 2165ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: mypy
exclude: docs
additional_dependencies: [xarray, types-pkg_resources, numpy<1.21]
additional_dependencies: [xarray, types-pkg_resources, numpy!=1.21.0]

- repo: https://github.com/PyCQA/doc8
rev: 0.9.0a1
Expand Down

0 comments on commit 2165ab7

Please sign in to comment.