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

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 7fac024b91
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 28 additions and 26 deletions

View file

@ -23,4 +23,4 @@ jobs:
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"
run: nix develop .#impure --command bash -c "uv run ty check"