style: mise à jour du fichier .gitignore et ajout de nouvelles règles de linting dans pyproject.toml

This commit is contained in:
2025-12-13 23:37:33 +01:00
parent 0f766b62c3
commit f89ff4a016
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ dashboard_files
Beaudelaire.txt
Baudelaire_len_32.p
dataviz-project

View File

@@ -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