Better project setup, now with a structure UV likes

This commit is contained in:
2024-11-22 10:28:10 +01:00
parent fd6b58022d
commit ee5eb931a9
7 changed files with 56 additions and 2 deletions

View File

@@ -12,9 +12,13 @@ dependencies = [
[dependency-groups]
dev = [
"mypy>=1.13.0",
"pytest>=8.3.3",
"ruff>=0.7.3",
]
[tool.uv]
package = true
[tool.ruff.lint]
select = ["F", "E", "I"]