diff --git a/.cruft.json b/.cruft.json index b1a45ac..4639d79 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "4b69f8645f1a20dbf2f41634c3062af1f461021b", + "commit": "e35d1379d364d10b973754672db0fad7b80908c2", "checkout": null, "context": { "cookiecutter": { @@ -36,7 +36,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "4b69f8645f1a20dbf2f41634c3062af1f461021b" + "_commit": "e35d1379d364d10b973754672db0fad7b80908c2" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac8ee64..f3021c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.14.14 hooks: - id: ruff-check types_or: [python, pyi, jupyter]