pwncat/pyproject.toml

10 lines
121 B
TOML

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