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
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo_date() { echo "[$(date +'%Y-%m-%d %H:%M:%S')] $*" >&2; }
export UV_MANAGED_PYTHON='true'
export UV_PRERELEASE='disallow'
export UV_PYTHON='3.14'
export UV_RESOLUTION='lowest-direct'
export UV_VENV_CLEAR=1
if ! command -v uv >/dev/null 2>&1; then
echo_date "ERROR: 'uv' not found" && exit 1
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/dycw/actions
rev: 0.13.4
rev: 0.14.2
hooks:
- id: conformalize-repo
args:
Expand Down Expand Up @@ -86,12 +86,12 @@ repos:
- --option
- reorder_keys=true
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.24
rev: 0.9.25
hooks:
- id: uv-lock
args:
- --upgrade
- --resolution
- highest
- lowest-direct
- --prerelease
- disallow
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

[dependency-groups]
dev = [
"dycw-utilities[test]>=0.179.4, <1",
"dycw-utilities[test]>=0.181.0, <1",
"pyright>=1.1.408, <2",
"rich>=14.2.0, <15",
]

[project]
authors = [{ email = "d.wan@icloud.com", name = "Derek Wan" }]
dependencies = ["dycw-utilities>=0.179.4, <1"]
dependencies = ["dycw-utilities>=0.181.0, <1"]
description = "Template for Python packages"
name = "dycw-template-python"
readme = "README.md"
Expand Down
15 changes: 8 additions & 7 deletions uv.lock

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

Loading