File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- // "python.envFile": "${workspaceFolder }/.env",
3
- "python.analysis.typeCheckingMode" : " basic" ,
4
- "python.testing.pytestArgs" : [
5
- " src"
6
- ],
7
- "python.testing.unittestEnabled" : false ,
8
- "python.testing.pytestEnabled" : true ,
9
- "python.linting.enabled" : true ,
10
- "python.linting.pylintEnabled" : true ,
11
- "python.linting.pylintArgs" : [
12
- " --rcfile" ,
13
- " ${workspaceFolder}/.pylintrc"
14
- ],
15
- "sonarlint.connectedMode.project" : {
16
- "connectionId" : " sir-gon" ,
17
- "projectKey" : " sir-gon_algorithm-exercises-py"
18
- }
2
+ "sonarlint.connectedMode.project" : {
3
+ "connectionId" : " sir-gon" ,
4
+ "projectKey" : " sir-gon_algorithm-exercises-py"
5
+ },
6
+ "python.testing.pytestEnabled" : true ,
7
+ "python.analysis.typeCheckingMode" : " basic"
19
8
}
You can’t perform that action at this time.
0 commit comments