File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "python.testing.unittestEnabled" : false ,
3- "python.testing.pytestEnabled" : true ,
4- "python.testing.pytestArgs" : [" tests" ],
5- "files.exclude" : {
6- "**/__pycache__" : true ,
7- "**/.git" : true ,
8- "**/.DS_Store" : true
9- },
10- "[python]" : {
11- "editor.defaultFormatter" : " ms-python.autopep8" ,
12- "editor.formatOnSave" : true
13- }
2+ "python.testing.unittestEnabled" : false ,
3+ "python.testing.pytestEnabled" : true ,
4+ "python.testing.pytestArgs" : [" tests" ],
5+ "files.exclude" : {
6+ "**/__pycache__" : true ,
7+ "**/.git" : true ,
8+ "**/.DS_Store" : true
9+ },
10+ "[python]" : {
11+ "editor.defaultFormatter" : " ms-python.autopep8" ,
12+ "editor.formatOnSave" : true
13+ },
14+ "sonarlint.connectedMode.project" : {
15+ "connectionId" : " nanotaboada" ,
16+ "projectKey" : " nanotaboada_python-samples-fastapi-restful"
17+ }
1418}
You can’t perform that action at this time.
0 commit comments