diff --git a/.cruft.json b/.cruft.json index 0060f57..d88739a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "f1c5c7b9e131e81bf20f9505876ee32d0b14d565", + "commit": "443473d9910037c850553e701e62e80f17640f11", "checkout": null, "context": { "cookiecutter": { @@ -37,7 +37,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "f1c5c7b9e131e81bf20f9505876ee32d0b14d565" + "_commit": "443473d9910037c850553e701e62e80f17640f11" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eda29b6..5f74d36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,16 +7,16 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.5.0 + rev: v2.5.1 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.0 + rev: v2.25.1 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.20 hooks: - id: ruff-check types_or: [python, pyi, jupyter]