diff --git a/.cruft.json b/.cruft.json index afd74a5..961d085 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "e2ed7b27425642fa3eb759f0457a2d5d9bd961f2", + "commit": "2e26a8dda8b39caaf62a983e2b423dbad5345975", "checkout": null, "context": { "cookiecutter": { @@ -36,7 +36,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "e2ed7b27425642fa3eb759f0457a2d5d9bd961f2" + "_commit": "2e26a8dda8b39caaf62a983e2b423dbad5345975" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f59006b..f2ae6fe 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.15.13 + rev: v0.15.14 hooks: - id: ruff-check types_or: [python, pyi, jupyter]