From bc4458f73fda37093cde784dc5c63d8365d10a91 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 30 Mar 2022 16:53:49 +0200
Subject: [PATCH] fix black conf

---
 pyproject.toml | 5 +++++
 setup.cfg      | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..d5b38d0
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,5 @@
+[tool.black]
+exclude = "tests/test_python-syntax_error.py"
+
+[tool.isort]
+line_length = 88
diff --git a/setup.cfg b/setup.cfg
index 425d4b6..4155cd4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,3 @@
 max-line-length = 88
 exclude = tests/test_python-syntax_error.py
 ignore = E226, E704, E24, E121, W504, E126, E123, W503, E203
-
-[isort]
-line_length = 88
-- 
GitLab