Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.4.4-3-gd0e0691
_commit: v0.4.4-6-g55aba7b
_src_path: git+https://github.com/twsl/python-project-template
author_email: 45483159+twsl@users.noreply.github.com
author_username: twsl
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "uv sync --all-groups --all-extras",
"postStartCommand": "sh ./scripts/llm.sh && uv tool install prek && prek install",
"postCreateCommand": "uv sync --all-groups --all-extras && sh ./scripts/llm.sh",
"postStartCommand": "uv tool install prek && prek install",
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/ty-pre-commit
rev: v0.0.72
rev: v0.0.73
hooks:
- id: ty

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ default-groups = "all"
[dependency-groups]
dev = [
"ruff>=0.16.3",
"ty>=0.0.71",
"ty>=0.0.73",
"bandit>=1.9.4",
"prek>=0.4.13",
"vulture>=2.16",
Expand Down
44 changes: 22 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading