From eb2160000a19f89c000caf25a69a79e8249e5bf2 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 10 Apr 2024 16:00:30 +0200 Subject: [PATCH] build: added black to pyproject --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d79b2f..b80ffc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "ophyd", + "ophyd~=1.9", "typeguard", "prettytable", "bec_lib", @@ -38,3 +38,7 @@ Homepage = "https://gitlab.psi.ch/bec/ophyd_devices" [tool.hatch.build.targets.wheel] include = ["*"] + +[tool.black] +line-length = 100 +skip-magic-trailing-comma = true