1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

Fix running pre-commit on Windows (#8095)

This commit is contained in:
Katherine Whitlock
2025-01-16 15:10:20 -05:00
committed by GitHub
parent 49c01c26f1
commit 16bf56b0f9
3 changed files with 55 additions and 15 deletions

View File

@@ -53,6 +53,6 @@ repos:
hooks:
- id: pylint
name: pylint
entry: script/run-in-env.sh pylint
language: script
entry: python script/run-in-env pylint
language: system
types: [python]