blob: 96ec36d26bd5c32009bec721b15644384b602a2d (
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',
]
|