some misc fixes
This commit is contained in:
parent
6647e4120e
commit
f805251762
9 changed files with 48 additions and 139 deletions
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue