We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1781320 commit 39dd415Copy full SHA for 39dd415
2 files changed
.config/copier/.copier-answers.shared.yaml
@@ -1,7 +1,7 @@
1
# This file is @generated by <https://github.com/liblaf/copier-shared>.
2
# DO NOT EDIT!
3
# prettier-ignore
4
-_commit: cfddac2
+_commit: 05b1a7c
5
_src_path: gh:liblaf/copier-share
6
author_email: 30631553+liblaf@users.noreply.github.com
7
author_name: liblaf
.pre-commit-config.yaml
@@ -22,19 +22,19 @@ ci:
22
23
repos:
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.12.10
+ rev: v0.12.12
26
hooks:
27
- id: ruff-check
28
args:
29
- --fix
30
- id: ruff-format
31
- repo: https://github.com/biomejs/pre-commit
32
- rev: v2.2.0
+ rev: v2.2.3
33
34
- id: biome-check
35
exclude: \.jsonc?$
36
- repo: https://github.com/iterative/dvc
37
- rev: 3.62.0
+ rev: 3.63.0
38
39
- id: dvc-post-checkout
40
always_run: true
0 commit comments