File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7
7
"extensions" : [
8
8
" streetsidesoftware.code-spell-checker" ,
9
9
" github.vscode-pull-request-github" ,
10
+ " ms-python.black-formatter" ,
11
+ " ms-python.flake8" ,
10
12
" ms-python.python" ,
11
13
" ms-python.vscode-pylance"
12
14
],
15
17
"editor.tabSize" : 4 ,
16
18
"python.pythonPath" : " /usr/bin/python3" ,
17
19
"python.analysis.autoSearchPaths" : false ,
18
- "python.linting.pylintEnabled" : true ,
19
- "python.linting.enabled" : true ,
20
20
"python.formatting.provider" : " black" ,
21
21
"python.formatting.blackPath" : " /usr/local/py-utils/bin/black" ,
22
22
"editor.formatOnPaste" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"python.formatting.provider" : " black" ,
3
- "python.linting.pylintEnabled" : true ,
4
- "python.linting.enabled" : true ,
5
3
"python.pythonPath" : " /usr/local/bin/python" ,
6
4
"python.testing.pytestEnabled" : true
7
5
}
You can’t perform that action at this time.
0 commit comments