From f20a156c46c515212fd8ce61008294151fcd4d06 Mon Sep 17 00:00:00 2001 From: "ukmo-chris.bunney" Date: Fri, 22 Nov 2024 09:32:16 +0000 Subject: [PATCH] Fixed: sp-repo-review "GH212" [Require GHA update grouping] --- .github/dependabot.yml | 4 ++++ pyproject.toml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04bf5f26..f9486e3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,10 @@ updates: day: "thursday" time: "01:00" timezone: "Europe/London" + groups: + dependencies: + patterns: + - "*" labels: - "New: Pull Request" - "Bot" diff --git a/pyproject.toml b/pyproject.toml index f367e745..19051b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -244,11 +244,10 @@ convention = "numpy" ignore = [ # TODO: exceptions that still need investigating are below. # Might be fixable, or might become permanent (above): - "GH212", # Require GHA update grouping "MY105", # MyPy enables redundant-expr (TODO: see MyPy ignore below) "PC170", # Uses PyGrep hooks (only needed if rST present) "PC180", # Uses a markdown formatter - "PY005", # Has tests folder + "PY005", # Has tests folder (TODO: it does, but not in standard location) ] [tool.mypy]