File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ echo_date() { echo "[$(date +'%Y-%m-%d %H:%M:%S')] $*" >&2; }
88export UV_MANAGED_PYTHON=' true'
99export UV_PRERELEASE=' disallow'
1010export UV_PYTHON=' 3.14'
11+ export UV_VENV_CLEAR=1
1112if ! command -v uv > /dev/null 2>&1 ; then
12- echo_date " ERROR: 'uv' not found" && exit 1
13+ echo_date " ERROR: 'uv' not found" && exit 1
1314fi
1415activate=' .venv/bin/activate'
1516if [ -f $activate ]; then
16- . $activate
17+ . $activate
1718else
18- uv venv
19+ uv venv
1920fi
2021uv sync --all-extras --all-groups --active --locked
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/dycw/actions
3- rev : 0.10.3
3+ rev : 0.10.10
44 hooks :
55 - id : conformalize-repo
66 args :
1919 - --pre-commit--prettier
2020 - --pre-commit--python
2121 - --pre-commit--ruff
22+ - --pre-commit--shell
2223 - --pre-commit--taplo
2324 - --pre-commit--uv
2425 - --pyproject
@@ -65,6 +66,14 @@ repos:
6566 args :
6667 - --fix
6768 - id : ruff-format
69+ - repo : https://github.com/scop/pre-commit-shfmt
70+ rev : v3.12.0-2
71+ hooks :
72+ - id : shfmt
73+ - repo : https://github.com/koalaman/shellcheck-precommit
74+ rev : v0.11.0
75+ hooks :
76+ - id : shellcheck
6877 - repo : https://github.com/compwa/taplo-pre-commit
6978 rev : v0.9.3
7079 hooks :
7786 - --option
7887 - reorder_keys=true
7988 - repo : https://github.com/astral-sh/uv-pre-commit
80- rev : 0.9.22
89+ rev : 0.9.24
8190 hooks :
8291 - id : uv-lock
8392 args :
You can’t perform that action at this time.
0 commit comments