Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Apr 10, 2024
1 parent 9b8f15e commit 54141f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module = [
# from here in time...)
[[tool.mypy.overrides]]
check_untyped_defs = false
disallow_untyped_calls = true
disallow_untyped_calls = false
disallow_untyped_defs = true
module = [
"xarray.tests.test_coarsen",
Expand Down

0 comments on commit 54141f3

Please sign in to comment.