File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2323 " GitHub.copilot"
2424 ],
2525 "settings" : {
26- "python.defaultInterpreterPath" : " /usr/local/py-utils/ bin/python" ,
26+ "python.defaultInterpreterPath" : " /usr/local/bin/python" ,
2727 "python.formatting.provider" : " black" ,
2828 "[python]" : {
2929 "editor.defaultFormatter" : " ms-python.black-formatter"
3030 },
3131 "black-formatter.path" : [
32- " /usr/local/py-utils/ bin/black"
32+ " /usr/local/bin/black"
3333 ],
3434 "pylint.path" : [
35- " /usr/local/py-utils/ bin/pylint"
35+ " /usr/local/bin/pylint"
3636 ],
3737 "flake8.path" : [
38- " /usr/local/py-utils/ bin/flake8"
38+ " /usr/local/bin/flake8"
3939 ]
4040 }
4141 }
Original file line number Diff line number Diff line change 3131 ],
3232 "flake8.path" : [
3333 " /usr/local/bin/flake8"
34- ],
35- "python.testing.autoTestDiscoverOnSaveEnabled" : false
34+ ]
3635}
You can’t perform that action at this time.
0 commit comments