From 135fbe8a27e0b5ea027f4298898fcb99e28f0151 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Thu, 26 Oct 2023 16:47:46 +0200 Subject: [PATCH] Ajout d'une meilleur configuration --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cc29048..7e34aa4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + ], } \ No newline at end of file