diff --git a/.cruft.json b/.cruft.json index 45dba86..f7cad7a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "557d3736ee03667e7ba5feb8a50f41cbf0ab3268", + "commit": "4268346dead7b529a3d53df19bcf374bb2bbef34", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "557d3736ee03667e7ba5feb8a50f41cbf0ab3268" + "_commit": "4268346dead7b529a3d53df19bcf374bb2bbef34" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a16957e..5aa9460 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.2" + rev: "v0.15.4" hooks: - id: ruff-check args: ["--fix"] - id: ruff-format - repo: https://github.com/PyCQA/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|radiospectra/extern)$"