From bf2d78ba13d0388abff89ad269227bf1d4cb9ebd Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Mon, 15 Apr 2024 19:32:09 -0700 Subject: [PATCH] formatting --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02184eb..728f246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydot", "sqlalchemy", "typer", - "toml; python_version < '3.11'", + "toml; python_version < '3.11'" ] description = "" dynamic = ["version"] @@ -28,7 +28,7 @@ dev = [ "pytest-pretty", "ruamel.yaml", "ruff", - "toml-sort", + "toml-sort" ] [project.scripts]