mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add pylint to git pre-commit hooks (#6726)
This commit is contained in:
parent
47a1710b1e
commit
1a45858904
1 changed files with 7 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue