summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/nxos/pyproject.toml
blob: 66aa89b87a08f6acb4a14582b2a2cb626fb6134b (plain)
1
2
3
4
5
6
7
8
9
[tool.black]
line-length = 100

[tool.pytest.ini_options]
testpaths = ["tests"]
filterwarnings = [
  'ignore:AnsibleCollectionFinder has already been configured',
  'ignore:_AnsibleCollectionFinder.find_spec().*',
]