File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "python.analysis.diagnosticMode" : " workspace" ,
1414 "python.analysis.typeCheckingMode" : " standard" ,
1515 "[python]" : {
16- "editor.defaultFormatter" : " ms-python.black-formatter " ,
16+ "editor.defaultFormatter" : " charliermarsh.ruff " ,
1717 "editor.codeActionsOnSave" : {
18+ "source.fixAll.ruff" : " explicit" ,
1819 "source.organizeImports" : " explicit"
1920 }
2021 },
4445 "extensions" : [
4546 " ms-python.python" ,
4647 " ms-python.vscode-pylance" ,
48+ " charliermarsh.ruff" ,
4749 " detachhead.basedpyright" ,
48- " ms-python.isort" ,
49- " ms-python.black-formatter" ,
5050 " EditorConfig.EditorConfig" ,
5151 " esbenp.prettier-vscode" ,
5252 " bradlc.vscode-tailwindcss"
Original file line number Diff line number Diff line change @@ -13,18 +13,6 @@ repos:
1313 args : [--fix, --exit-non-zero-on-fix]
1414 stages : [pre-commit]
1515
16- - repo : https://github.com/pycqa/isort
17- rev : 7.0.0
18- hooks :
19- - id : isort
20- stages : [pre-commit]
21-
22- - repo : https://github.com/psf/black-pre-commit-mirror
23- rev : 26.1.0
24- hooks :
25- - id : black
26- stages : [pre-commit]
27-
2816 - repo : https://github.com/nonebot/nonemoji
2917 rev : v0.1.4
3018 hooks :
You can’t perform that action at this time.
0 commit comments