File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " Default Linux Universal" ,
3
3
"image" : " mcr.microsoft.com/devcontainers/universal:2-linux" ,
4
4
"features" : {
5
- "ghcr.io/devcontainers-contrib/features/poetry:1 " : {}
5
+ "ghcr.io/devcontainers-contrib/features/poetry:2 " : {}
6
6
},
7
7
"postCreateCommand" : " poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install" ,
8
8
"customizations" : {
9
9
"vscode" : {
10
10
"settings" : {
11
11
"python.analysis.diagnosticMode" : " workspace" ,
12
12
"python.analysis.typeCheckingMode" : " basic" ,
13
+ "ruff.organizeImports" : false ,
13
14
"[python]" : {
14
15
"editor.defaultFormatter" : " ms-python.black-formatter" ,
15
16
"editor.codeActionsOnSave" : {
17
+ "source.fixAll.ruff" : true ,
16
18
"source.organizeImports" : true
17
19
}
18
20
},
21
+ "[markdown]" : {
22
+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
23
+ },
19
24
"[javascript]" : {
20
25
"editor.defaultFormatter" : " esbenp.prettier-vscode"
21
26
},
44
49
" ms-python.vscode-pylance" ,
45
50
" ms-python.isort" ,
46
51
" ms-python.black-formatter" ,
52
+ " charliermarsh.ruff" ,
47
53
" EditorConfig.EditorConfig" ,
48
54
" esbenp.prettier-vscode"
49
55
]
You can’t perform that action at this time.
0 commit comments