File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3333 rev : v1.37.1
3434 hooks :
3535 - id : yamllint
36- - repo : https://github.com/pre-commit /mirrors-prettier
37- rev : v3.0.3
36+ - repo : https://github.com/rbubley /mirrors-prettier
37+ rev : v3.6.2
3838 hooks :
3939 - id : prettier
4040 - repo : https://github.com/cdce8p/python-typing-update
Original file line number Diff line number Diff line change 1010 // Pyright is too pedantic for Home Assistant
1111 "python.analysis.typeCheckingMode" : " basic" ,
1212 "[python]" : {
13- "editor.defaultFormatter" : " charliermarsh.ruff"
13+ "editor.defaultFormatter" : " charliermarsh.ruff" ,
1414 },
1515 "[json][jsonc][yaml]" : {
16- "editor.defaultFormatter" : " esbenp.prettier-vscode"
16+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
1717 },
1818 "json.schemas" : [
1919 {
2020 "fileMatch" : [" homeassistant/components/*/manifest.json" ],
2121 // This value differs between working with devcontainer and locally, therefore this value should NOT be in sync!
22- "url" : " ./script/json_schemas/manifest_schema.json"
23- }
24- ]
22+ "url" : " ./script/json_schemas/manifest_schema.json" ,
23+ },
24+ ],
2525}
You can’t perform that action at this time.
0 commit comments