Skip to content

Commit a1db27f

Browse files
committed
REVERT: comment out mypy
1 parent 0e727dd commit a1db27f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,12 @@ ban-relative-imports = "all"
305305
"pandas.api.types.is_extension_array_dtype".msg = "Use xarray.core.utils.is_allowed_extension_array{_dtype} instead. Only use the banend API if the incoming data has already been sanitized by xarray"
306306

307307
[tool.pytest.ini_options]
308-
addopts = [
309-
"--strict-config",
310-
"--strict-markers",
311-
"--mypy-only-local-stub",
312-
"--mypy-pyproject-toml-file=pyproject.toml",
313-
]
308+
# addopts = [
309+
# "--strict-config",
310+
# "--strict-markers",
311+
# "--mypy-only-local-stub",
312+
# "--mypy-pyproject-toml-file=pyproject.toml",
313+
# ]
314314

315315
# We want to forbid warnings from within xarray in our tests — instead we should
316316
# fix our own code, or mark the test itself as expecting a warning. So this:

0 commit comments

Comments
 (0)