We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a88160 commit 05ad413Copy full SHA for 05ad413
pyproject.toml
@@ -291,6 +291,9 @@ ban-relative-imports = "all"
291
[tool.pytest.ini_options]
292
addopts = ["--strict-config", "--strict-markers"]
293
294
+[lint.pyupgrade]
295
+keep-runtime-typing = true
296
+
297
# We want to forbid warnings from within xarray in our tests — instead we should
298
# fix our own code, or mark the test itself as expecting a warning. So this:
299
# - Converts any warning from xarray into an error
0 commit comments