diff --git a/pyproject.toml b/pyproject.toml index 6041c676640..bdae33e4d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ files = "xarray" show_error_codes = true show_error_context = true warn_redundant_casts = true +warn_unused_configs = true warn_unused_ignores = true # Much of the numerical computing stack doesn't have type annotations yet.