ci: add linter
CI / lint (push) Successful in 21s
CI / test (3.12) (push) Successful in 26s
CI / test (3.11) (push) Successful in 28s
CI / test (3.13) (push) Successful in 24s

This commit is contained in:
2026-07-03 13:22:50 +02:00
parent ae1affa9ef
commit ec2364cadd
+2 -1
View File
@@ -22,7 +22,8 @@ dependencies = [
test = [
"pytest",
"pytest-cov",
"pytest-random-order"
"pytest-random-order",
"basedpyright"
]
[[tool.uv.index]]