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

8 lines
234 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']