diff --git a/.cruft.json b/.cruft.json index 0f297092..e106ed08 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "75bb72f38a9b527937b6a135457418c00b8614a9", + "commit": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "75bb72f38a9b527937b6a135457418c00b8614a9" + "_commit": "57a6cb05ebbddf3f2aae7b97c86705f746303f4e" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e03005a..1964dfa7 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.11.4" + rev: "v0.11.7" hooks: - id: ruff args: ["--fix"]