Clean pyproject
This commit is contained in:
@@ -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",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user