Skip to content

Commit 181df5b

Browse files
Cadairmeeseeksmachine
authored andcommitted
Backport PR #824: Updates from the package template
1 parent 26b8666 commit 181df5b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "4f11e366c6efc9dcb5658ca952ec4196e201212b",
3+
"commit": "09c4b023b973d0bbc5704326720f21d3a766bb11",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "4f11e366c6efc9dcb5658ca952ec4196e201212b"
35+
"_commit": "09c4b023b973d0bbc5704326720f21d3a766bb11"
3636
}
3737
},
3838
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.9.4"
4+
rev: "v0.9.6"
55
hooks:
66
- id: ruff
77
args: ["--fix"]

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939

4040
# -- General configuration ---------------------------------------------------
4141

42+
# Wrap large function/method signatures
43+
maximum_signature_line_length = 80
44+
45+
# Add any Sphinx extension module names here, as strings. They can be
46+
# extensions coming with Sphinx (named "sphinx.ext.*") or your custom
47+
# ones.
4248
extensions = [
4349
'matplotlib.sphinxext.plot_directive',
4450
'sphinx.ext.autodoc',

0 commit comments

Comments
 (0)