Skip to content

Commit

Permalink
Fix GH212, PP308 (#8621)
Browse files Browse the repository at this point in the history
* Fix GH212, PP305, PP308

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert xfail strict

* Revert PP308

* Configure repo review

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tqa236 and pre-commit-ci[bot] authored Jan 19, 2024
1 parent 75d0f88 commit 35b7ab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
schedule:
# Check for updates once a week
interval: 'weekly'
groups:
actions:
patterns:
- "*"
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,8 @@ testpaths = ["xarray/tests", "properties"]

[tool.aliases]
test = "pytest"

[tool.repo-review]
ignore = [
"PP308" # This option creates a large amount of log lines.
]

0 comments on commit 35b7ab1

Please sign in to comment.