File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,11 @@ jobs:
435
435
. venv/bin/activate
436
436
pre-commit run --hook-stage manual check-json --all-files
437
437
438
+ - name : Run prettier
439
+ run : |
440
+ . venv/bin/activate
441
+ pre-commit run --hook-stage manual prettier --all-files
442
+
438
443
- name : Register check executables problem matcher
439
444
run : |
440
445
echo "::add-matcher::.github/workflows/matchers/check-executables-have-shebangs.json"
Original file line number Diff line number Diff line change @@ -65,10 +65,9 @@ repos:
65
65
hooks :
66
66
- id : yamllint
67
67
- repo : https://github.com/pre-commit/mirrors-prettier
68
- rev : v2.2 .1
68
+ rev : v2.6 .1
69
69
hooks :
70
70
- id : prettier
71
- stages : [manual]
72
71
- repo : https://github.com/cdce8p/python-typing-update
73
72
rev : v0.3.5
74
73
hooks :
Original file line number Diff line number Diff line change 2
2
azure- * .yml
3
3
docs /source /_templates /*
4
4
homeassistant /components /* /translations /* .json
5
- tests /fixtures /*
You can’t perform that action at this time.
0 commit comments