chore: add dependencies
CI / lint (push) Successful in 25s
CI / test (3.12) (push) Successful in 22s
CI / lint (pull_request) Successful in 1m51s
CI / test (3.11) (pull_request) Successful in 23s
CI / test (3.13) (pull_request) Successful in 23s
CI / test (3.11) (push) Successful in 2m7s
CI / test (3.12) (pull_request) Successful in 45s
CI / test (3.13) (push) Successful in 2m18s

This commit is contained in:
2026-08-06 17:30:05 +02:00
parent f726dc81fd
commit 08352a3d77
+3 -1
View File
@@ -22,7 +22,9 @@ dependencies = [
test = [
"pytest",
"pytest-cov",
"pytest-random-order"
"pytest-random-order",
"ruff",
"basedpyright"
]
[tool.setuptools]