chore: add basedpyright and ruff to dev dependencies

This commit is contained in:
Konstantin Fickel 2026-02-13 20:29:47 +01:00
parent 7ab25d49cb
commit 09ff809e9a
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 62 additions and 1 deletions

View file

@ -22,5 +22,7 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"basedpyright>=1.38.0",
"pytest>=9.0.2",
"ruff>=0.15.1",
]