File size: 512 Bytes
beb32ed
 
 
 
 
 
 
 
13a7d69
beb32ed
 
114ee0c
beb32ed
13a7d69
beb32ed
 
 
 
13a7d69
beb32ed
13a7d69
beb32ed
 
13a7d69
beb32ed
 
114ee0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"editor.formatOnSave": true,
		"python.defaultInterpreterPath": ".venv/bin/python",
		"[python]": {
			"editor.codeActionsOnSave": {
				"source.organizeImports": "explicit"
			},
			"editor.defaultFormatter": "charliermarsh.ruff",
		},
	},
	"extensions": {
		"recommendations": [
			"charliermarsh.ruff",
			"dchanco.vsc-invoke",
			"ms-python.mypy-type-checker",
			"ms-python.python",
			"ms-python.vscode-pylance",
			"redhat.vscode-yaml",
		]
	}
}