From eddfce5bd1efd0d1ad065da73a57614fbfebb744 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 12 Nov 2022 12:01:15 +0100 Subject: [PATCH] Formatting --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 591ec9a6d..b3210f4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,11 @@ # IN THE SOFTWARE. [build-system] -requires = ["hatchling", "hatch-requirements-txt", "hatch-nodejs-version>=0.3.0"] +requires = [ + "hatchling", + "hatch-requirements-txt", + "hatch-nodejs-version>=0.3.0" +] build-backend = "hatchling.build" [project]