File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "recommendations" : [
3- " ms-python.black-formatter"
4- ]
2+ "recommendations" : [
3+ " ms-python.black-formatter" ,
4+ " ms-python.pylint"
5+ ]
56}
Original file line number Diff line number Diff line change 66 ".pylintrc" : " ini"
77 },
88 "python.testing.unittestEnabled" : false ,
9- "python.testing.nosetestsEnabled" : false ,
109 "python.testing.pytestEnabled" : true ,
11- "python.linting.pylintUseMinimalCheckers" : false ,
1210 "[python]" : {
1311 "editor.rulers" : [80 ],
1412 "editor.tabSize" : 2 ,
1513 "editor.defaultFormatter" : " ms-python.black-formatter" ,
1614 "editor.formatOnSave" : true ,
1715 "editor.detectIndentation" : false
1816 },
19- "python.formatting.provider" : " none" ,
2017 "black-formatter.path" : [" pyink" ],
2118 "files.watcherExclude" : {
2219 "**/.git/**" : true
You can’t perform that action at this time.
0 commit comments