contributing draft, roadmap skeleton, add black and isort
This commit is contained in:
parent
f2e51dd14f
commit
45afda17a8
|
@ -32,4 +32,17 @@ requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
01 = "start:main"
|
01 = "start:main"
|
||||||
|
|
||||||
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
black = "^23.10.1"
|
||||||
|
isort = "^5.12.0"
|
||||||
|
pre-commit = "^3.6.2"
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
target-version = ['py311']
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
multi_line_output = 3
|
||||||
|
include_trailing_comma = true
|
Loading…
Reference in New Issue