Skip to content

Commit ebe2d6f

Browse files
twslgithub-actions[bot]
authored andcommitted
chore: update files via copier
1 parent 53f71e1 commit ebe2d6f

5 files changed

Lines changed: 27 additions & 27 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.4-3-gd0e0691
2+
_commit: v0.4.4-6-g55aba7b
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3636
// "forwardPorts": [],
3737
// Use 'postCreateCommand' to run commands after the container is created.
38-
"postCreateCommand": "uv sync --all-groups --all-extras",
39-
"postStartCommand": "sh ./scripts/llm.sh && uv tool install prek && prek install",
38+
"postCreateCommand": "uv sync --all-groups --all-extras && sh ./scripts/llm.sh",
39+
"postStartCommand": "uv tool install prek && prek install",
4040
// Configure tool-specific properties.
4141
"customizations": {
4242
// Configure properties specific to VS Code.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
- id: ruff-format
6565

6666
- repo: https://github.com/astral-sh/ty-pre-commit
67-
rev: v0.0.72
67+
rev: v0.0.73
6868
hooks:
6969
- id: ty
7070

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ default-groups = "all"
5555
[dependency-groups]
5656
dev = [
5757
"ruff>=0.16.3",
58-
"ty>=0.0.71",
58+
"ty>=0.0.73",
5959
"bandit>=1.9.4",
6060
"prek>=0.4.13",
6161
"vulture>=2.16",

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)