mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-01 14:29:34 +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
|
Beaudelaire.txt
|
||||||
Baudelaire_len_32.p
|
Baudelaire_len_32.p
|
||||||
|
|
||||||
|
dataviz-project
|
||||||
@@ -47,6 +47,9 @@ ignore = [
|
|||||||
# "E501", # line too long, géré par le formatter
|
# "E501", # line too long, géré par le formatter
|
||||||
"E402", # Imports in top of file
|
"E402", # Imports in top of file
|
||||||
"T201", # Print
|
"T201", # Print
|
||||||
|
"N806",
|
||||||
|
"N803",
|
||||||
|
"N802"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Exclure certains fichiers ou répertoires
|
# Exclure certains fichiers ou répertoires
|
||||||
|
|||||||
Reference in New Issue
Block a user