From 35b7ab1c5158382336cfb631251b6da84619fe27 Mon Sep 17 00:00:00 2001 From: Trinh Quoc Anh Date: Sat, 20 Jan 2024 00:18:07 +0100 Subject: [PATCH] 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> --- .github/dependabot.yml | 4 ++++ pyproject.toml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bad6ba3f62a..bd72c5b9396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: # Check for updates once a week interval: 'weekly' + groups: + actions: + patterns: + - "*" diff --git a/pyproject.toml b/pyproject.toml index 4e770a01e0f..72bf2931e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. +]