diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:14:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:14:07 +0200 |
| commit | d24a09a7374af2ca413d4553cea4fc8b0a69799f (patch) | |
| tree | 2fe08e8a6193bc6fa6360744afc49059b8d6c901 /.vscode | |
| parent | 68db123a2f37a66aea218fa48a5bab8ea6b12951 (diff) | |
| download | teachos-d24a09a7374af2ca413d4553cea4fc8b0a69799f.tar.xz teachos-d24a09a7374af2ca413d4553cea4fc8b0a69799f.zip | |
python: add mypy and format conanfile
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
