Skip to content

Commit

Permalink
Fixed: sp-repo-review "GH212" [Require GHA update grouping]
Browse files Browse the repository at this point in the history
  • Loading branch information
ukmo-ccbunney committed Nov 22, 2024
1 parent c0de71d commit f20a156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ updates:
day: "thursday"
time: "01:00"
timezone: "Europe/London"
groups:
dependencies:
patterns:
- "*"
labels:
- "New: Pull Request"
- "Bot"
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f20a156

Please sign in to comment.