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",
|
||||
"lazer",
|
||||
"MATCHA",
|
||||
"mypy",
|
||||
"noconfirm",
|
||||
"Notesnook",
|
||||
"noto",
|
||||
|
@ -48,5 +49,6 @@
|
|||
"wrapattr",
|
||||
"xorg"
|
||||
],
|
||||
"python.formatting.provider": "black"
|
||||
"python.formatting.provider": "black",
|
||||
"python.linting.mypyEnabled": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue