From 073c27e84eefc2b3bd879fe91aae004b199c7513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:53:39 -0700 Subject: [PATCH] Updates from the package template (#142) * Automatic package template update * Update pyproject.toml --------- Co-authored-by: nabobalis <1392107+nabobalis@users.noreply.github.com> Co-authored-by: Nabil Freij --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index d7b5683..151ea3c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be", + "commit": "2fbaccff08fdfbb1bc1eec2bc7b980fe44a718e6", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c18b09..c2ecf82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] diff --git a/pyproject.toml b/pyproject.toml index 5e6b850..95d19db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "sunpy@googlegroups.com" }, { name = "David Stansby"}, - { name = "The Sunpy Community", email = "sunpy@googlegroups.com" }, ] dependencies = [ "astropy>=5.3.0",