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 25e8eab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ reportMissingTypeStubs = false

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

0 comments on commit 25e8eab

Please sign in to comment.