11{
2- "python.analysis.typeCheckingMode" : " basic" ,
3- "python.analysis.autoImportCompletions" : true ,
4- "python.terminal.activateEnvironment" : true ,
5- "python.terminal.activateEnvInCurrentTerminal" : true ,
6- "python.testing.unittestEnabled" : false ,
7- "python.testing.pytestEnabled" : true ,
8- "editor.rulers" : [88 ],
9- "python.defaultInterpreterPath" : " ${workspaceFolder}/.hatch/fastapi-users-db-sqlalchemy/bin/python" ,
10- "python.testing.pytestPath" : " ${workspaceFolder}/.hatch/fastapi-users-db-sqlalchemy/bin/pytest" ,
11- "python.testing.cwd" : " ${workspaceFolder}" ,
12- "python.testing.pytestArgs" : [" --no-cov" ],
13- "[python]" : {
14- "editor.formatOnSave" : true ,
15- "editor.codeActionsOnSave" : {
16- "source.fixAll" : " explicit" ,
17- "source.organizeImports" : " explicit"
18- },
19- "editor.defaultFormatter" : " charliermarsh.ruff"
20- }
2+ "python.analysis.typeCheckingMode" : " basic" ,
3+ "python.analysis.autoImportCompletions" : true ,
4+ "python.terminal.activateEnvironment" : true ,
5+ "python.terminal.activateEnvInCurrentTerminal" : true ,
6+ "python.testing.unittestEnabled" : false ,
7+ "python.testing.pytestEnabled" : true ,
8+ "editor.rulers" : [
9+ 88
10+ ],
11+ "python.defaultInterpreterPath" : " ${workspaceFolder}/.hatch/fastapi-users-db-dynamodb/bin/python" ,
12+ "python.testing.pytestPath" : " ${workspaceFolder}/.hatch/fastapi-users-db-dynamodb/bin/pytest" ,
13+ "python.testing.cwd" : " ${workspaceFolder}" ,
14+ "python.testing.pytestArgs" : [
15+ " --no-cov"
16+ ],
17+ "[python]" : {
18+ "editor.formatOnSave" : true ,
19+ "editor.codeActionsOnSave" : {
20+ "source.fixAll" : " explicit" ,
21+ "source.organizeImports" : " explicit"
22+ },
23+ "editor.defaultFormatter" : " charliermarsh.ruff"
2124 }
25+ }
0 commit comments