From f89ff4a016eccd64578795dd2ed0f59f12ef7a7c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 13 Dec 2025 23:37:33 +0100 Subject: [PATCH] =?UTF-8?q?style:=20mise=20=C3=A0=20jour=20du=20fichier=20?= =?UTF-8?q?.gitignore=20et=20ajout=20de=20nouvelles=20r=C3=A8gles=20de=20l?= =?UTF-8?q?inting=20dans=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ pyproject.toml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7e3d004..9eac4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dashboard_files Beaudelaire.txt Baudelaire_len_32.p + +dataviz-project \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ee6265a..bb15ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,9 @@ ignore = [ # "E501", # line too long, géré par le formatter "E402", # Imports in top of file "T201", # Print + "N806", + "N803", + "N802" ] # Exclure certains fichiers ou répertoires