blob: 6f2749100a92edb0eec07df03ba38cb676aae553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[tool.black]
line-length = 79
[tool.pytest.ini_options]
addopts = ["-vvv", "-n", "2", "--log-level", "WARNING", "--color", "yes"]
testpaths = [
"tests",
]
filterwarnings = [
'ignore:AnsibleCollectionFinder has already been configured',
]
|