10 lines
216 B
TOML
10 lines
216 B
TOML
[tool.black]
|
|
line-length = 100
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
filterwarnings = [
|
|
'ignore:AnsibleCollectionFinder has already been configured',
|
|
'ignore:_AnsibleCollectionFinder.find_spec().*',
|
|
]
|