initial uv project setup

This commit is contained in:
2026-05-22 18:16:32 +02:00
parent d6900dbf80
commit 11fc1bb9bd
20 changed files with 65 additions and 0 deletions

View File

@@ -27,3 +27,13 @@ dev = [
"pytest>=9.0.3",
"ruff>=0.15.14",
]
[tool.ruff]
line-length = 100
target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "SIM"]
[tool.pyright]
typeCheckingMode = "basic"