File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 ],
99 "python.testing.pytestEnabled" : true ,
1010 "python.testing.pytestPath" : " ${workspaceFolder}/.venv/bin/pytest" ,
11+ "editor.formatOnSave" : true ,
1112 "python.formatting.provider" : " black" ,
12- "python.formatting.blackArgs" : [" --line-length" , " 120" , " --safe" ],
13+ "python.formatting.blackPath" : " ${workspaceFolder}/.venv/bin/black" ,
14+ "python.formatting.blackArgs" : [
15+ " --line-length" ,
16+ " 120" ,
17+ " --safe"
18+ ],
1319 "python.linting.mypyEnabled" : true ,
1420 "python.linting.mypyPath" : " ${workspaceFolder}/.venv/bin/mypy" ,
15- "isort.args" : [" --force-single-line-imports" , " --profile" , " black" ]
21+ "isort.args" : [
22+ " --force-single-line-imports" ,
23+ " --profile" ,
24+ " black"
25+ ],
26+ "files.trimTrailingWhitespace" : true ,
27+ "json.format.enable" : true ,
28+ "files.insertFinalNewline" : true ,
1629}
You can’t perform that action at this time.
0 commit comments