mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
10 lines
121 B
TOML
10 lines
121 B
TOML
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
minversion = "6.0"
|
||
|
testpaths = [
|
||
|
"tests",
|
||
|
]
|
||
|
addopts = "-v"
|