pytest-bdd/pyproject.toml

13 lines
240 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120
target-version = ['py36', 'py37', 'py38']
[tool.isort]
profile = "black"
line_length = 120
multi_line_output = 3