-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.pre-commit-config.yaml
56 lines (52 loc) · 2.09 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
repos:
- repo: local
hooks:
- id: esp32-s3.ha.stock.yaml
name: Validate Config - Stock (ha, master)
entry: esphome config firmware/configurations/esp32-s3.ha.stock.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.stock.dev.yaml
name: Validate Config - Stock (ha, dev)
entry: esphome config firmware/configurations/esp32-s3.ha.stock.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.stock.yaml
name: Validate Config - Stock (mqtt, master)
entry: esphome config firmware/configurations/esp32-s3.mqtt.stock.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.stock.dev.yaml
name: Validate Config - Stock (mqtt, dev)
entry: esphome config firmware/configurations/esp32-s3.mqtt.stock.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.nuki-bridge.yaml
name: Validate Config - Nuki Bridge (ha, master)
entry: esphome config firmware/configurations/esp32-s3.ha.nuki-bridge.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.nuki-bridge.dev.yaml
name: Validate Config - Nuki Bridge (ha, dev)
entry: esphome config firmware/configurations/esp32-s3.ha.nuki-bridge.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.nuki-bridge.yaml
name: Validate Config - Nuki Bridge (mqtt, master)
entry: esphome config firmware/configurations/esp32-s3.mqtt.nuki-bridge.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.nuki-bridge.dev.yaml
name: Validate Config - Nuki Bridge (mqtt, dev)
entry: esphome config firmware/configurations/esp32-s3.mqtt.nuki-bridge.dev.yaml
language: system
pass_filenames: false
files: ^firmware/