Skip to content

Commit

Permalink
Automatic package template update (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Cadair <[email protected]>
  • Loading branch information
github-actions[bot] and Cadair authored Feb 17, 2025
1 parent 73685a9 commit 1d94a21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "4f11e366c6efc9dcb5658ca952ec4196e201212b",
"commit": "09c4b023b973d0bbc5704326720f21d3a766bb11",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -32,7 +32,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "4f11e366c6efc9dcb5658ca952ec4196e201212b"
"_commit": "09c4b023b973d0bbc5704326720f21d3a766bb11"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|drms/extern)$|^CITATION

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.4"
rev: "v0.9.6"
hooks:
- id: ruff
args: ['--fix', '--unsafe-fixes']
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

# -- General configuration ---------------------------------------------------

# Wrap large function/method signatures
maximum_signature_line_length = 80

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named "sphinx.ext.*") or your custom
# ones.
Expand Down

0 comments on commit 1d94a21

Please sign in to comment.