blob: 0bc23202d6ea34dfd434c69fa430dc9bba436318 (
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',
]
|