2025-10-30 11:13:38 +01:00

10 lines
216 B
TOML

[tool.black]
line-length = 100
[tool.pytest.ini_options]
testpaths = ["tests"]
filterwarnings = [
'ignore:AnsibleCollectionFinder has already been configured',
'ignore:_AnsibleCollectionFinder.find_spec().*',
]