Skip to content

Commit 0fc223a

Browse files
twslgithub-actions[bot]
authored andcommitted
chore: update files via copier
1 parent 56cb47c commit 0fc223a

5 files changed

Lines changed: 46 additions & 46 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.2-15-g7e6e862
2+
_commit: v0.4.2-20-g1e06bcb
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: ls -R artifacts
8686

8787
- name: Upload artifact
88-
uses: actions/upload-pages-artifact@v4
88+
uses: actions/upload-pages-artifact@v5
8989
with:
9090
# path: artifacts/${{ env.artifacts-name }}/
9191
path: artifacts/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: pre-commit-update
1717

1818
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.11.6
19+
rev: 0.11.7
2020
hooks:
2121
- id: uv-lock
2222

@@ -64,7 +64,7 @@ repos:
6464
- id: ruff-format
6565

6666
- repo: https://github.com/allganize/ty-pre-commit
67-
rev: v0.0.29
67+
rev: v0.0.31
6868
hooks:
6969
- id: ty-check
7070

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ default-groups = "all"
4747
[dependency-groups]
4848
dev = [
4949
"ruff>=0.15.10",
50-
"ty>=0.0.29",
50+
"ty>=0.0.30",
5151
"bandit>=1.9.4",
52-
"prek>=0.3.8",
52+
"prek>=0.3.9",
5353
"vulture>=2.16",
5454
"copier>=9.14.3",
5555
"ipykernel>=7.2.0",

0 commit comments

Comments
 (0)