We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6badf1a commit 2ad0e99Copy full SHA for 2ad0e99
2 files changed
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3
- "commit": "c6678be8cbde7cbbb85caf4989e98f7d25220ce4",
+ "commit": "af5404e37dd5144a952d2262665d5b78192d1da7",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
@@ -36,7 +36,7 @@
36
"trim_blocks": true
37
},
38
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39
- "_commit": "c6678be8cbde7cbbb85caf4989e98f7d25220ce4"
+ "_commit": "af5404e37dd5144a952d2262665d5b78192d1da7"
40
}
41
42
"directory": null
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
hooks:
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.14.10
+ rev: v0.14.11
20
21
- id: ruff-check
22
types_or: [python, pyi, jupyter]
0 commit comments