File tree Expand file tree Collapse file tree 2 files changed +19
-21
lines changed Expand file tree Collapse file tree 2 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 3
3
" charliermarsh.ruff" ,
4
4
" detachhead.basedpyright" ,
5
5
" ms-python.mypy-type-checker" ,
6
- " ms-python.python"
6
+ " ms-python.python" ,
7
+ " tamasfe.even-better-toml" ,
8
+ " tekumara.typos-vscode"
7
9
],
8
10
"unwantedRecommendations" : [" ms-pyright.pyright" , " ms-python.vscode-pylance" ]
9
11
}
Original file line number Diff line number Diff line change 1
1
{
2
- "[json]" : {
2
+ "[json|jsonc|yaml|yml ]" : {
3
3
"editor.tabSize" : 2
4
4
},
5
- "[jsonc]" : {
6
- "editor.tabSize" : 2
7
- },
8
- "[markdown]" : {
5
+ "[markdown|python]" : {
9
6
"editor.rulers" : [130 ]
10
7
},
11
- "[python]" : {
12
- "editor.rulers" : [130 ]
8
+ "[toml]" : {
9
+ "editor.rulers" : [100 ],
10
+ "editor.tabSize" : 4
13
11
},
14
- "[yaml]" : {
15
- "editor.autoIndent" : " advanced" ,
16
- "editor.tabSize" : 2
17
- },
18
- "editor.rulers" : [88 ],
19
- "editor.tabSize" : 4 ,
20
- "git.branchProtection" : [" master" ],
21
- "mypy-type-checker.args" : [
22
- " --ide" ,
23
- " --config-file=${workspaceFolder}/pyproject.toml"
24
- ],
25
- "mypy-type-checker.cwd" : " ${fileDirname}" ,
12
+ "evenBetterToml.formatter.alignComments" : true ,
13
+ "evenBetterToml.formatter.allowedBlankLines" : 2 ,
14
+ "evenBetterToml.formatter.arrayTrailingComma" : true ,
15
+ "evenBetterToml.formatter.columnWidth" : 100 ,
16
+ "evenBetterToml.formatter.compactArrays" : true ,
17
+ "evenBetterToml.formatter.compactInlineTables" : true ,
18
+ "evenBetterToml.formatter.indentString" : " " ,
19
+ "evenBetterToml.formatter.indentTables" : true ,
20
+ "evenBetterToml.formatter.trailingNewline" : true ,
21
+ "mypy-type-checker.args" : [" --ide" ],
26
22
"mypy-type-checker.path" : [
27
23
" uv" ,
28
24
" run" ,
29
25
" --frozen" ,
30
- " --no-editable" ,
31
26
" --isolated" ,
27
+ " --no-editable" ,
32
28
" --refresh-package=scipy-stubs" ,
33
29
" mypy"
34
30
]
You can’t perform that action at this time.
0 commit comments