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