chore: add dependencies

This commit is contained in:
2026-08-07 10:51:55 +02:00
committed by perl_d
parent 1cd7aa5acf
commit 648298ba25
+3 -1
View File
@@ -22,7 +22,9 @@ dependencies = [
test = [
"pytest",
"pytest-cov",
"pytest-random-order"
"pytest-random-order",
"ruff",
"basedpyright"
]
[tool.setuptools]