Update strict connection static page (#115473)

This commit is contained in:
Bram Kragten 2024-04-12 23:35:59 +02:00 committed by GitHub
parent 6eaf3402c6
commit f16ee2ded9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 119 additions and 25 deletions

View File

@ -15,7 +15,7 @@ repos:
- --ignore-words-list=additionals,alle,alot,astroid,bund,caf,convencional,currenty,datas,farenheit,falsy,fo,frequence,haa,hass,iif,incomfort,ines,ist,nam,nd,pres,pullrequests,resset,rime,ser,serie,te,technik,ue,unsecure,vor,withing,zar
- --skip="./.*,*.csv,*.json,*.ambr"
- --quiet-level=2
exclude_types: [csv, json]
exclude_types: [csv, json, html]
exclude: ^tests/fixtures/|homeassistant/generated/|tests/components/.*/snapshots/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0

File diff suppressed because one or more lines are too long