mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 12:14:35 +01:00
Pre-commit changes to Prettier and executables check (#33749)
This commit is contained in:
@@ -46,6 +46,7 @@ repos:
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: check-executables-have-shebangs
|
||||
stages: [manual]
|
||||
- id: check-json
|
||||
- id: no-commit-to-branch
|
||||
args:
|
||||
@@ -57,9 +58,10 @@ repos:
|
||||
hooks:
|
||||
- id: yamllint
|
||||
- repo: https://github.com/prettier/prettier
|
||||
rev: 2.0.2
|
||||
rev: 2.0.4
|
||||
hooks:
|
||||
- id: prettier
|
||||
stages: [manual]
|
||||
- repo: local
|
||||
hooks:
|
||||
# Run mypy through our wrapper script in order to get the possible
|
||||
|
||||
Reference in New Issue
Block a user