diff --git a/.cruft.json b/.cruft.json index ba8c13a..8bc3005 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "c0300ac3317b2f42d991479d8129972b49c7d715", + "commit": "ee940892d703eba069e32c52edff59b386d3e47f", "checkout": null, "context": { "cookiecutter": { @@ -36,7 +36,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "c0300ac3317b2f42d991479d8129972b49c7d715" + "_commit": "ee940892d703eba069e32c52edff59b386d3e47f" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6b9fcd..27d8a95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.3.8 + rev: v2.3.10 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. @@ -16,7 +16,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: - id: ruff-check types_or: [python, pyi, jupyter]