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