From a3c9ae1b9dba07e470cc021fd874405660120d24 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Wed, 10 Jan 2024 16:02:14 +0100
Subject: [PATCH] fix yaml

---
 tests/pre-commit_project/pyproject.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/pre-commit_project/pyproject.toml b/tests/pre-commit_project/pyproject.toml
index b3ee945..14a3a13 100644
--- a/tests/pre-commit_project/pyproject.toml
+++ b/tests/pre-commit_project/pyproject.toml
@@ -1 +1,3 @@
-this is an invalid toml file, I guess
+[build-system]
+build-backend = "hatchling.build"
+requires = ["hatchling"]
-- 
GitLab