1
0
Fork 0

enable mypy in vscode workspace settings

- also add "mypy" to vscode workspace dictionary
This commit is contained in:
Kim, Jimin 2022-11-27 19:11:51 +09:00
parent c1076c3091
commit 44de13df2e

View file

@ -29,6 +29,7 @@
"Krytox", "Krytox",
"lazer", "lazer",
"MATCHA", "MATCHA",
"mypy",
"noconfirm", "noconfirm",
"Notesnook", "Notesnook",
"noto", "noto",
@ -48,5 +49,6 @@
"wrapattr", "wrapattr",
"xorg" "xorg"
], ],
"python.formatting.provider": "black" "python.formatting.provider": "black",
"python.linting.mypyEnabled": true
} }