enable mypy in vscode workspace settings
- also add "mypy" to vscode workspace dictionary
This commit is contained in:
parent
c1076c3091
commit
44de13df2e
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue