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