File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-python>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : 9d9f8e0
4+ _commit : f1c0337
55_src_path : gh:liblaf/copier-python
66answers_file_shared : .config/copier/.copier-answers.shared.yaml
77namespace : ' '
Original file line number Diff line number Diff line change 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
66author_email : 30631553+liblaf@users.noreply.github.com
77author_name : liblaf
Original file line number Diff line number Diff line change 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
2320repos :
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 :
7250 - id : shellcheck
7351 args :
7452 - --exclude=SC1091
75-
76- default_install_hook_types :
77- - post-checkout
78- - pre-commit
79- - pre-push
You can’t perform that action at this time.
0 commit comments