summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 7b53f3d8ce59d84feb7a1da50fea01b07b77f353 (plain)
1
2
3
4
5
6
7
8
[tool.black]
line-length = 100
extend-exclude = "^\\.collections"

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