build: added black to pyproject

This commit is contained in:
wakonig_k 2024-04-10 16:00:30 +02:00
parent b1f353139b
commit eb2160000a

View File

@ -13,7 +13,7 @@ classifiers = [
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
] ]
dependencies = [ dependencies = [
"ophyd", "ophyd~=1.9",
"typeguard", "typeguard",
"prettytable", "prettytable",
"bec_lib", "bec_lib",
@ -38,3 +38,7 @@ Homepage = "https://gitlab.psi.ch/bec/ophyd_devices"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
include = ["*"] include = ["*"]
[tool.black]
line-length = 100
skip-magic-trailing-comma = true