mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
11 lines
140 B
TOML
11 lines
140 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
length_sort = true
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
testpaths = [
|
|
"tests",
|
|
]
|
|
addopts = "-v"
|