diff --git a/.cruft.json b/.cruft.json index b36f9a278..2e1c32adf 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 07f2b2897..09cc764b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.5.2" + rev: "v0.5.4" hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 909ca34d7..512d0705a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ name = "ndcube" description = "A package for multi-dimensional contiguous and non-contiguous coordinate aware arrays." requires-python = ">=3.10" readme = { file = "README.rst", content-type = "text/x-rst" } -license = { file = "licenses/LICENSE.rst", content-type = "text/plain" } +license = { file = "licenses/LICENSE.rst" } authors = [ { name = "The SunPy Community", email = "sunpy@googlegroups.com" }, ]