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