Skip to content

Commit 2a4834b

Browse files
authored
chore(copier): update from template
1 parent 75afcff commit 2a4834b

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

.config/copier/.copier-answers.python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-python>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: b4cc008
4+
_commit: 93eb175
55
_src_path: gh:liblaf/copier-python
66
answers_file_shared: .config/copier/.copier-answers.shared.yaml
77
namespace: liblaf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is @generated by <https://github.com/liblaf/copier-release>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: 285bfb6
4+
_commit: f96497c
55
_src_path: gh:liblaf/copier-release
66
release_type: python

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: dff6e7b
4+
_commit: 680d6b0
55
_src_path: gh:liblaf/copier-shared
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.pre-commit-config.yaml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ ci:
1616
# `biome.jsonc` may extend from an NPM package.
1717
# `additional_dependencies` won't work in this case.
1818
- biome-check
19-
- dvc-post-checkout
20-
- dvc-pre-commit
21-
- dvc-pre-push
2219

2320
repos:
2421
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.13.3
22+
rev: v0.14.0
2623
hooks:
2724
- id: ruff-check
2825
args:
@@ -33,25 +30,6 @@ repos:
3330
hooks:
3431
- id: biome-check
3532
exclude: \.jsonc?$
36-
- repo: https://github.com/iterative/dvc
37-
rev: 3.63.0
38-
hooks:
39-
- id: dvc-post-checkout
40-
always_run: true
41-
stages:
42-
- post-checkout
43-
additional_dependencies:
44-
- .[all]
45-
- id: dvc-pre-commit
46-
stages:
47-
- pre-commit
48-
additional_dependencies:
49-
- .[all]
50-
- id: dvc-pre-push
51-
stages:
52-
- pre-push
53-
additional_dependencies:
54-
- .[all]
5533
- repo: https://github.com/pre-commit/pre-commit-hooks
5634
rev: v6.0.0
5735
hooks:
@@ -72,8 +50,3 @@ repos:
7250
- id: shellcheck
7351
args:
7452
- --exclude=SC1091
75-
76-
default_install_hook_types:
77-
- post-checkout
78-
- pre-commit
79-
- pre-push

0 commit comments

Comments
 (0)