File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 33 " charliermarsh.ruff" ,
44 " ms-python.black-formatter" ,
55 " ms-python.python" ,
6- " ms-python.vscode-pylance"
6+ " ms-python.vscode-pylance" ,
7+ " ms-python.mypy-type-checker"
78 ]
89}
Original file line number Diff line number Diff line change 77 "files.insertFinalNewline" : true ,
88 "files.trimFinalNewlines" : true ,
99 "[python]" : {
10+ "editor.defaultFormatter" : " ms-python.black-formatter" ,
1011 "editor.formatOnSave" : true ,
1112 "editor.codeActionsOnSave" : {
1213 "source.fixAll" : true ,
1314 "source.organizeImports" : true
1415 },
15- "editor.defaultFormatter" : null
1616 },
1717 "python.languageServer" : " Pylance" ,
18- "python.testing.pytestArgs" : [" -vvv" , " python" ],
18+ "python.testing.pytestArgs" : [
19+ " -vvv" ,
20+ " python"
21+ ],
1922 "python.testing.unittestEnabled" : false ,
2023 "python.testing.pytestEnabled" : true ,
21- "python.formatting.provider" : " black" ,
22- "python.linting.mypyEnabled" : true ,
23- "python.linting.mypyArgs" : [" --show-column-numbers" , " --no-pretty" ],
24- "ruff.args" : [" --config=pyproject.toml" ]
24+ "mypy-type-checker.args" : [
25+ " --show-column-numbers" ,
26+ " --no-pretty"
27+ ],
28+ "ruff.args" : [
29+ " --config=pyproject.toml"
30+ ],
2531}
You can’t perform that action at this time.
0 commit comments