Merge pull request 'Ajout d'une meilleur configuration pour l'environnement' (#11) from fix-environment into main

Reviewed-on: #11
This commit is contained in:
Tipragot 2023-10-26 14:50:34 +00:00 committed by Gitea
commit c849cd985f
No known key found for this signature in database

View file

@ -8,5 +8,10 @@
"python": true,
"mypy.ini": true,
".pylintrc": true,
}
},
"explorer.excludeGitIgnore": true,
"mypy.dmypyExecutable": "${workspaceFolder}/.venv/Scripts/dmypy.exe",
"pylint.interpreter": [
"${workspaceFolder}/.venv/Scripts/python.exe"
],
}