1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 08:19:26 +01:00

Use GraphQL for GitHub integration (#66928)

This commit is contained in:
Joakim Sørensen
2022-02-20 11:59:11 +01:00
committed by GitHub
parent 4ca339c5b1
commit 9f57ce504b
14 changed files with 201 additions and 1144 deletions

View File

@@ -17,7 +17,7 @@ repos:
hooks:
- id: codespell
args:
- --ignore-words-list=hass,alot,datas,dof,dur,ether,farenheit,hist,iff,iif,ines,ist,lightsensor,mut,nd,pres,referer,rime,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing,iam,incomfort,ba,haa
- --ignore-words-list=hass,alot,datas,dof,dur,ether,farenheit,hist,iff,iif,ines,ist,lightsensor,mut,nd,pres,referer,rime,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing,iam,incomfort,ba,haa,pullrequests
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]