Skip to content

Commit

Permalink
Updates from the package template (sunpy#142)
Browse files Browse the repository at this point in the history
* Automatic package template update

* Update pyproject.toml

---------

Co-authored-by: nabobalis <[email protected]>
Co-authored-by: Nabil Freij <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent 07b0ec6 commit 073c27e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be",
"commit": "2fbaccff08fdfbb1bc1eec2bc7b980fe44a718e6",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.2"
rev: "v0.5.4"
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ requires-python = ">=3.10"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst" }
authors = [
{ name = "The SunPy Community", email = "[email protected]" },
{ name = "David Stansby"},
{ name = "The Sunpy Community", email = "[email protected]" },
]
dependencies = [
"astropy>=5.3.0",
Expand Down

0 comments on commit 073c27e

Please sign in to comment.