nmstate/pyproject.toml
Gris Ge 053f73d967 python: Instruct black to use python 3.6 style
Use `--target-version=[py36]` argument in black command.

Signed-off-by: Gris Ge <fge@redhat.com>
2020-08-25 14:05:23 +08:00

7 lines
107 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
line-length = 79
target-version = ["py36"]