Skip to content

Commit

Permalink
DAS-2060: Sets up pre-commit.ci exclusion for datatree_
Browse files Browse the repository at this point in the history
returns the exclusion to all pre-commit.ci
  • Loading branch information
flamingbear committed Jan 29, 2024
1 parent 8eb2aa3 commit 5eeef57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://pre-commit.com/
ci:
autoupdate_schedule: monthly
exclude: 'xarray/datatree_.*'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ reportMissingTypeStubs = false
[tool.ruff]
builtins = ["ellipsis"]
extend-exclude = [
"datatree_",
"doc",
"_typed_ops.pyi",
]
Expand Down

0 comments on commit 5eeef57

Please sign in to comment.