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