Use `--target-version=[py36]` argument in black command. Signed-off-by: Gris Ge <fge@redhat.com>
7 lines
107 B
TOML
7 lines
107 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
target-version = ["py36"]
|