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

Fix pre-commit CI issues by switching to lite mode (#9484)

This commit is contained in:
J. Nick Koston
2025-07-13 17:30:34 -10:00
committed by GitHub
parent d31b8ad2e2
commit 873f4125c5
2 changed files with 24 additions and 83 deletions

View File

@@ -4,7 +4,7 @@
ci:
autoupdate_commit_msg: 'pre-commit: autoupdate'
autoupdate_schedule: weekly
autoupdate_schedule: off # Disabled until ruff versions are synced between deps and pre-commit
# Skip hooks that have issues in pre-commit CI environment
skip: [pylint, clang-tidy-hash, yamllint]