File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : aa79640
4+ _commit : ef07748
55_src_path : gh:liblaf/copier-share
66author_email : 30631553+liblaf@users.noreply.github.com
77author_name : liblaf
Original file line number Diff line number Diff line change 1111 for more information, see https://pre-commit.ci
1212 autoupdate_commit_msg : |-
1313 chore(pre-commit.ci): pre-commit autoupdate
14+ skip :
15+ - dvc-post-checkout
16+ - dvc-pre-commit
17+ - dvc-pre-push
1418
1519repos :
1620 - repo : https://github.com/astral-sh/ruff-pre-commit
@@ -24,22 +28,26 @@ repos:
2428 rev : v2.2.0
2529 hooks :
2630 - id : biome-check
27- exclude_types :
28- - json
29- - json5
31+ exclude : \.jsonc?$
3032 - repo : https://github.com/iterative/dvc
3133 rev : 3.62.0
3234 hooks :
35+ - id : dvc-post-checkout
36+ always_run : true
37+ stages :
38+ - post-checkout
39+ additional_dependencies :
40+ - .[all]
3341 - id : dvc-pre-commit
3442 stages :
3543 - pre-commit
44+ additional_dependencies :
45+ - .[all]
3646 - id : dvc-pre-push
3747 stages :
3848 - pre-push
39- - id : dvc-post-checkout
40- always_run : true
41- stages :
42- - post-checkout
49+ additional_dependencies :
50+ - .[all]
4351 - repo : https://github.com/pre-commit/pre-commit-hooks
4452 rev : v6.0.0
4553 hooks :
5866 rev : v0.11.0.1
5967 hooks :
6068 - id : shellcheck
69+ args :
70+ - --exclude=SC1091
6171
6272default_install_hook_types :
6373 - post-checkout
You can’t perform that action at this time.
0 commit comments