From 83801ecd018524374954fcf6cebe7d61b1a49641 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Sat, 21 Sep 2024 22:05:38 +0200 Subject: [PATCH] test pre-commit action --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e7aaa9..6d0d087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "hatchling.build" -requires = [ "hatchling" ] +requires = ["hatchling"] [project] name = "dso" @@ -14,7 +14,7 @@ maintainers = [ authors = [ { name = "Gregor Sturm" }, { name = "Thomas Schwarzl" }, - { name = "Alexander Peltzer" }, + { name = "Alexander Peltzer" } ] requires-python = ">=3.10" classifiers = [