Skip to content

Commit

Permalink
Merge pull request #723 from CyclingNinja/manual_cruft_update
Browse files Browse the repository at this point in the history
Manually update cruft template
  • Loading branch information
Cadair authored Jun 10, 2024
2 parents e79931d + 5db392c commit a2ef2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "7ba209cccc9fd84d78d5b4c3c4f8f19f39ff5e8c",
"commit": "00b247401fc4660d63583bb44117a84ecd36ae01",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/sub_package_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
branch: cruft/update
commit-message: "Automatic package template update"
title: Updates from the package template
- add-paths: .cruft.json
body: reject these changes for this repo.
branch: cruft/reject
commit-message: "Reject this package template update"
title: Reject new updates from package template

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.1"
rev: "v0.4.7"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -26,7 +26,7 @@ repos:
- id: mixed-line-ending
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$"
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [ "--write-changes" ]
Expand Down

0 comments on commit a2ef2b5

Please sign in to comment.