Skip to content

Commit

Permalink
[cf-units] Repo review updates (#529)
Browse files Browse the repository at this point in the history
* Removed wheel from build

* Fixed: sp-repo-review "GH212" [Require GHA update grouping]
  • Loading branch information
ukmo-ccbunney authored Nov 22, 2024
1 parent 258fa20 commit 9b4e94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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"
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
requires = [
"setuptools>=45",
"setuptools_scm[toml]>=7.0",
"wheel",
"numpy",
"Cython>=3.0",
]
Expand Down Expand Up @@ -245,12 +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
"PP003", # Does not list wheel as a build-dep
"PY005", # Has tests folder
"PY005", # Has tests folder (TODO: it does, but not in standard location)
]

[tool.mypy]
Expand Down

0 comments on commit 9b4e94b

Please sign in to comment.