summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4b00287eaaa374bbae195356940eec83c461fba4 (plain)
1
2
3
4
5
6
7
[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']