diff --git a/.cruft.json b/.cruft.json index dccf073..8b9ce81 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "cb2be913accc358eb46f97f5b47a50693b24cc56", + "commit": "d320b0dfc554a9d1fec392aa603ab7306a385120", "checkout": null, "context": { "cookiecutter": { @@ -36,7 +36,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "cb2be913accc358eb46f97f5b47a50693b24cc56" + "_commit": "d320b0dfc554a9d1fec392aa603ab7306a385120" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cca0b46..1717b19 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.15 + rev: v0.15.16 hooks: - id: ruff-check types_or: [python, pyi, jupyter]