ansible.utils/pyproject.toml

13 lines
194 B
TOML

[tool.black]
line-length = 79
[tool.pytest.ini_options]
addopts = "-n auto"
testpaths = [
"tests",
]
filterwarnings = [
'ignore:AnsibleCollectionFinder has already been configured',
]