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]