Files
ansible/lib/python3.10/site-packages/ansible_collections/arista/eos/pyproject.toml
2023-02-08 12:13:28 +01:00

12 lines
247 B
TOML

[tool.black]
line-length = 79
[tool.pytest.ini_options]
addopts = ["-vvv", "-n", "2", "--log-level", "WARNING", "--color", "yes"]
testpaths = [
"tests",
]
filterwarnings = [
'ignore:AnsibleCollectionFinder has already been configured',
]