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

Remove yamllint job from CI since its now handled by pre-commit job (#9500)

This commit is contained in:
J. Nick Koston
2025-07-14 14:52:03 -10:00
committed by GitHub
parent b2a8b0a22f
commit e3da197adf
3 changed files with 2 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ ci:
autoupdate_commit_msg: 'pre-commit: autoupdate'
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]
skip: [pylint, clang-tidy-hash]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit