CI: typecheck fixes include dependencies + arch Dockerfile build fix #148

Merged
zach merged 2 commits from fix/cli-typecheck into main 2026-08-15 18:03:54 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit a1a8a6e695 - Show all commits
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
py3-pip
python3 -m venv .venv
. .venv/bin/activate
pip install --no-cache-dir basedpyright
pip install --no-cache-dir basedpyright typer pillow materialyoucolor jinja2
- name: Type check
run: |
+3
View File
@@ -13,6 +13,9 @@ dependencies = [
"materialyoucolor"
]
[project.optional-dependencies]
dev = ["pytest"]
[project.scripts]
zshell-cli = "zshell:main"