mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
style: mise à jour du fichier .gitignore et ajout de nouvelles règles de linting dans pyproject.toml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -22,3 +22,5 @@ dashboard_files
|
||||
|
||||
Beaudelaire.txt
|
||||
Baudelaire_len_32.p
|
||||
|
||||
dataviz-project
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user