JerameeUC
1st
732e77c
# pyproject.toml
[tool.black]
line-length = 100
target-version = ["py310"]
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
addopts = "-q"