12 lines
193 B
TOML
12 lines
193 B
TOML
|
|
||
|
[tool.black]
|
||
|
line-length = 79
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
addopts = "-n auto"
|
||
|
testpaths = [
|
||
|
"tests",
|
||
|
]
|
||
|
filterwarnings = [
|
||
|
'ignore:AnsibleCollectionFinder has already been configured',
|
||
|
]
|