Skip to content

Commit 42110be

Browse files
authored
chore(copier): update from template
1 parent ef6d426 commit 42110be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: 2b2f61d
4+
_commit: 9d9f8e0
55
_src_path: gh:liblaf/copier-python
66
answers_file_shared: .config/copier/.copier-answers.shared.yaml
77
namespace: ''
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: '2553280'
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: 4b8c329
4+
_commit: dff6e7b
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ ci:
2222

2323
repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.13.2
25+
rev: v0.13.3
2626
hooks:
2727
- id: ruff-check
2828
args:
2929
- --fix
3030
- id: ruff-format
3131
- repo: https://github.com/biomejs/pre-commit
32-
rev: v2.2.4
32+
rev: v2.2.5
3333
hooks:
3434
- id: biome-check
3535
exclude: \.jsonc?$

0 commit comments

Comments
 (0)