pytest-bdd/pyproject.toml

13 lines
249 B
TOML

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