diff --git a/.cruft.json b/.cruft.json index c556cbccfad..878b8fc4839 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "4721cdbdc9577fbf66f5e0f30fd4133a7723aeb9", + "commit": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 763b7a6c0a4..6f469b210dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.0" + rev: "v0.5.2" hooks: - id: ruff args: ["--fix"]