1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add pylint to git pre-commit hooks (#6726)

This commit is contained in:
Clyde Stubbs
2024-05-13 07:56:55 +10:00
committed by GitHub
parent 47a1710b1e
commit 1a45858904

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]