mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Better project setup, now with a structure UV likes
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user