Update pre-commit-hooks to 6.0.0 (#150583)

This commit is contained in:
Marc Mueller
2025-08-13 19:23:26 +02:00
committed by GitHub
parent 2c0ed2cbfe
commit f7726a7563

View File

@@ -18,7 +18,7 @@ repos:
exclude_types: [csv, json, html]
exclude: ^tests/fixtures/|homeassistant/generated/|tests/components/.*/snapshots/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-executables-have-shebangs
stages: [manual]