diff --git a/.cruft.json b/.cruft.json index cc2a382..e28c757 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "fce102b07567ef9fd7f808a87b2bd39f6579ecb0", + "commit": "9810f983b63cad4d9abfb6088a40617578a6d965", "checkout": null, "context": { "cookiecutter": { @@ -24,6 +24,7 @@ "include_cruft_update_github_workflow": "n", "use_extended_ruff_linting": "n", "matrix_room_id": "", + "extra_ci_jobs": "", "_sphinx_theme": "sunpy", "_parent_project": "", "_install_requires": "", @@ -33,7 +34,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "fce102b07567ef9fd7f808a87b2bd39f6579ecb0" + "_commit": "9810f983b63cad4d9abfb6088a40617578a6d965" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4515558..73e97e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.16.1" hooks: - - id: ruff + - id: ruff-check args: ["--fix"] types: [python] # Define here once and then reference using YAML anchor