pwncat/pyproject.toml

11 lines
140 B
TOML

[tool.isort]
profile = "black"
length_sort = true
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]
addopts = "-v"