mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
work on v0.3.0
This commit is contained in:
@@ -11,6 +11,17 @@ requires-python = ">=3.11"
|
|||||||
dependencies = [] # no dependencies
|
dependencies = [] # no dependencies
|
||||||
|
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
exclude = [
|
||||||
|
".idea",
|
||||||
|
"venv",
|
||||||
|
".git",
|
||||||
|
"poetry.lock",
|
||||||
|
".__pycache__",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|||||||
Reference in New Issue
Block a user