1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00
pwncat/pyproject.toml

10 lines
121 B
TOML
Raw Normal View History

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