ci: switch from pyright to ty
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 47s

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2026-02-01 10:14:21 +01:00
parent eaca24b8ae
commit 0f21f2dd74
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 29 additions and 27 deletions

View file

@ -22,5 +22,5 @@ jobs:
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
- name: Check with PyRight
run: nix develop .#impure --command bash -c "uv run pyright"
- name: Check with TY
run: nix develop .#impure --command bash -c "uv run ty check"