Ajout d'une meilleur configuration

This commit is contained in:
Tipragot 2023-10-26 16:47:46 +02:00
parent 8b4b8daaed
commit 135fbe8a27

View file

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