Ansible-Roles/collections/ansible_collections/ansible/netcommon/pyproject.toml
2026-05-08 22:12:36 +03:00

10 lines
285 B
TOML

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