diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76cab0e..12fc7e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,12 +31,12 @@ repos: exclude: ^tests/fixtures/|homeassistant/generated/|tests/components/.*/snapshots/|.github - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.8 hooks: - id: ruff args: @@ -49,7 +49,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: renovate.json @@ -76,7 +76,7 @@ repos: - types-m3u8 - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.29.3 + rev: 42.39.6 hooks: - id: renovate-config-validator