pwncat/pyproject.toml

11 lines
140 B
TOML
Raw Normal View History

[tool.isort]
profile = "black"
2021-06-13 20:38:05 +00:00
length_sort = true
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]
addopts = "-v"