From 5723037c968e6715446a324202379ad6f3c95d3e Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 11 Jan 2024 14:31:46 +0100
Subject: [PATCH] formatting setting

---
 pyproject.toml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index e69de29..d541b30 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -0,0 +1,7 @@
+[tool.black]
+line-length = 120
+skip-string-normalization = true
+exclude = '''(
+  migrations\/ | manage.py | wsgi.py | .venv | venv
+)
+'''
-- 
GitLab