blob: 9b408fcc87d03c2eab91f30a9a4ccd4357f0249e [file] [log] [blame] [edit]
[project]
name = "scripts"
version = "0.0.1"
dependencies = ["sphinx"]
[tool.black]
line-length = 88
[tool.ruff]
line-length = 88
select = ["ALL"]
ignore = [
"PL", # pylint
"S", # bandit
]
[tool.ruff.pydocstyle]
convention = "pep257"