add black to pyproject.toml

This commit is contained in:
Tim Gröger 2023-05-09 21:16:17 +02:00
parent 193ffeff9d
commit ae583a6d18
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120