From e9104e7c32376b870ba1745e8d09d46d37c4e5ef Mon Sep 17 00:00:00 2001
From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr>
Date: Wed, 29 Jan 2025 10:32:40 +0100
Subject: [PATCH] Force Python ruff and black config

---
 pyproject.toml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..4c05d32e
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,10 @@
+[tool.ruff]
+line-length = 122
+
+[tool.ruff.format]
+quote-style = "preserve"
+
+[tool.black]
+line-length = 122
+skip-string-normalization = true
+
-- 
GitLab