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 c6f3fb26a9
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 29 additions and 27 deletions

View file

@ -24,7 +24,7 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"faker==40.1.2",
"pyright==1.1.408",
"pytest==9.0.2",
"ruff==0.14.14",
"ty==0.0.14",
]