Skip to content

Commit 35b7ab1

Browse files
Fix GH212, PP308 (#8621)
* 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>
1 parent 75d0f88 commit 35b7ab1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
schedule:
66
# Check for updates once a week
77
interval: 'weekly'
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,8 @@ testpaths = ["xarray/tests", "properties"]
271271

272272
[tool.aliases]
273273
test = "pytest"
274+
275+
[tool.repo-review]
276+
ignore = [
277+
"PP308" # This option creates a large amount of log lines.
278+
]

0 commit comments

Comments
 (0)