Skip to content

Commit 59088a0

Browse files
authored
update pre-commit hooks (mypy) (#4883)
1 parent 45c3618 commit 59088a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
# - id: velin
3131
# args: ["--write", "--compact"]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.790
33+
rev: v0.800
3434
hooks:
3535
- id: mypy
3636
exclude: "properties|asv_bench"

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ force_to_top = true
164164
default_section = THIRDPARTY
165165
known_first_party = xarray
166166

167+
[mypy]
168+
167169
# Most of the numerical computing stack doesn't have type annotations yet.
168170
[mypy-affine.*]
169171
ignore_missing_imports = True

0 commit comments

Comments
 (0)