Clean pyproject

This commit is contained in:
2026-08-01 15:17:52 +02:00
parent b2d172a9ff
commit 1a099434c9

View File

@@ -1,6 +1,11 @@
[tool.ruff] [project]
target-version = "py314" name = "advent-of-code"
version = "0.1.0"
[tool.ruff.lint] description = "Add your description here"
ignore = ["E402"] readme = "README.md"
extend-select = ["I"] # enables import sorting (isort-equivalent) requires-python = ">=3.14"
dependencies = [
"networkx>=3.6.1",
"pre-commit>=4.6.1",
"ruff>=0.16.0",
]