From 5545ca75e828c20053787da530c06ff6a45640c0 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 14 Aug 2025 13:56:51 +0200 Subject: [PATCH] Ajoute la conf de flake8 --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..1d36346 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 88 \ No newline at end of file