some misc fixes

This commit is contained in:
Barrett Ruth 2025-12-07 16:09:17 -06:00
parent 6647e4120e
commit f805251762
9 changed files with 48 additions and 139 deletions

View file

@ -115,10 +115,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Install mypy
run: uv tool install mypy
- name: Type check Python files with mypy
run: mypy .
- name: Type check Python files with ty
run: uvx ty check .
markdown-format:
name: Markdown Format Check