Skip to content

Commit d4cefd1

Browse files
authored
chore(copier): update from template (#57)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent b90c8ba commit d4cefd1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.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: v0.1.5
4+
_commit: v0.1.6
55
_src_path: gh:liblaf/copier-share
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ ci:
1919

2020
repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.8
22+
rev: v0.15.4
2323
hooks:
2424
- id: ruff-check
2525
args:
2626
- --fix
2727
- id: ruff-format
2828
- repo: https://github.com/biomejs/pre-commit
29-
rev: v2.3.8
29+
rev: v2.4.4
3030
hooks:
3131
- id: biome-check
3232
exclude: \.jsonc?$
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
3434
rev: v6.0.0
3535
hooks:
3636
- id: check-added-large-files
37+
exclude: ^(.+\.lock)|(.+-lock\..+)$
3738
- id: check-case-conflict
3839
- id: check-illegal-windows-names
3940
- id: check-merge-conflict

0 commit comments

Comments
 (0)