Skip to content

Commit d4a3361

Browse files
authored
Bump prettier to 3.6.2 (home-assistant#155281)
1 parent f028b7a commit d4a3361

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ repos:
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

.vscode/settings.default.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
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
}

0 commit comments

Comments
 (0)