Skip to content

Commit

Permalink
Update from template (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Jun 17, 2024
1 parent 19f3669 commit f2a9798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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": "83165d84b33a2b61fe9abd1dbe28d1c55b3d1c0e",
"commit": "c79fc5bff74958e24c9a925a330b8d3aa138f4ce",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
7 changes: 1 addition & 6 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 All @@ -42,7 +37,7 @@ jobs:
python-version: "3.11"

- name: Install Cruft
run: python -m pip install cruft
run: python -m pip install git+https://github.com/Cadair/cruft@patch-p1

- name: Check if update is available
continue-on-error: false
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.4"
rev: "v0.4.8"
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 f2a9798

Please sign in to comment.