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

Fix pre-commit CI failures by skipping local hooks that require virtual environment (#9476)

This commit is contained in:
J. Nick Koston
2025-07-13 12:44:21 -10:00
committed by GitHub
parent 9e002cd7a3
commit 5416cee2c9

View File

@@ -1,6 +1,13 @@
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
autoupdate_commit_msg: 'pre-commit: autoupdate'
autoupdate_schedule: weekly
# Skip hooks that have issues in pre-commit CI environment
skip: [pylint, clang-tidy-hash, yamllint]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.