1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00
pwncat/pyproject.toml
2021-06-13 16:38:05 -04:00

11 lines
140 B
TOML

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