1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 09:35:39 +01:00
pwncat/pyproject.toml

11 lines
140 B
TOML
Raw Normal View History

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