diff --git a/.cruft.json b/.cruft.json index 7c5fa28..6438a06 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "d6b86e07efa31959f43e99ba32d323cf76736a05", + "commit": "ff0522bc171a1fc63022ed2a371f70669173012e", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "d6b86e07efa31959f43e99ba32d323cf76736a05" + "_commit": "ff0522bc171a1fc63022ed2a371f70669173012e" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6b8318..005b295 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.8.6" + rev: "v0.9.1" hooks: - id: ruff args: ["--fix"]