[project]
name = "scripts"
version = "0.0.1"
dependencies = ["sphinx"]
[tool.black]
line-length = 88
[tool.ruff]
select = ["ALL"]
ignore = [
"PL", # pylint
"S", # bandit
]
[tool.ruff.pydocstyle]
convention = "pep257"