Skip to content

Commit

Permalink
DAS-2060: Exclude xarray/datatree_ from ruff only
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Jan 29, 2024
1 parent e137a35 commit b4f2199
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 @@ -230,7 +230,7 @@ reportMissingTypeStubs = false

[tool.ruff]
builtins = ["ellipsis"]
exclude = [
extend-exclude = [
".eggs",
"datatree_",
"doc",
Expand Down

0 comments on commit b4f2199

Please sign in to comment.