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