From d24a09a7374af2ca413d4553cea4fc8b0a69799f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 7 Oct 2023 11:14:07 +0200 Subject: python: add mypy and format conanfile --- .vscode/settings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 51bcf93..2e9f833 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,8 @@ "C_Cpp.autoAddFileAssociations": false, "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", - // "[python]": { - // "editor.defaultFormatter": "ms-python.black-formatter" - // }, -} \ No newline at end of file + + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + } \ No newline at end of file -- cgit v1.2.3