Merge branch 'dev' of https://github.com/esphome/esphome into lvgl

This commit is contained in:
clydebarrow 2024-05-13 08:26:54 +10:00
commit f8831c9e2e
1 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,10 @@ repos:
hooks:
- id: clang-format
types_or: [c, c++]
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]