Files
server/usr/lib/python3/dist-packages/ansible_collections/ibm/qradar/pyproject.toml
2026-01-07 20:52:11 +01:00

11 lines
247 B
TOML

[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',
]