blob: fa4225f3eddd267a91bdd4c2d2ccee679c90ca97 (
plain)
1
2
3
4
5
6
7
|
[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']
|