We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c3618 commit 59088a0Copy full SHA for 59088a0
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
# - id: velin
31
# args: ["--write", "--compact"]
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v0.790
+ rev: v0.800
34
hooks:
35
- id: mypy
36
exclude: "properties|asv_bench"
setup.cfg
@@ -164,6 +164,8 @@ force_to_top = true
164
default_section = THIRDPARTY
165
known_first_party = xarray
166
167
+[mypy]
168
+
169
# Most of the numerical computing stack doesn't have type annotations yet.
170
[mypy-affine.*]
171
ignore_missing_imports = True
0 commit comments