@@ -102,8 +102,8 @@ repos:
102102 .*pyrightconfig\.json|
103103 )$
104104
105- - repo : https://github.com/pre-commit /mirrors-prettier # TODO: switch to a different approach...this was archived in 2024
106- rev : f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
105+ - repo : https://github.com/rbubley /mirrors-prettier
106+ rev : 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
107107 hooks :
108108 - id : prettier
109109 # TODO: get template YAML and MD files more in line with prettier expectations so we can start using prettier on those too
@@ -125,6 +125,7 @@ repos:
125125 .*/vendor_files/.*|
126126 .*/schema.graphql|
127127 .*generated/graphql.ts|
128+ template/.*|
128129 )$
129130 files : (.*.json)|(.*.ts)|(.*.jsx)|(.*.tsx)|(.*.yaml)|(.*.yml)|(.*.md)|(.*.html)|(.*.css)|(.*.scss)|(.*.less)|(.*.vue)|(.*.graphql)|(.*.gql)
130131
@@ -178,6 +179,11 @@ repos:
178179 - id : check-merge-conflict
179180 - id : check-case-conflict
180181
182+ - repo : https://github.com/python-jsonschema/check-jsonschema
183+ rev : 83987cd6ad8943c7f029b500b14aaf82c00a01fa # frozen: 0.34.0
184+ hooks :
185+ - id : check-github-workflows
186+
181187 - repo : https://github.com/maresb/check-json5
182188 rev : 893a2b5a0a27c3540bd8fcafe2968ccc05237179 # 1.0
183189 hooks :
@@ -205,6 +211,11 @@ repos:
205211 hooks :
206212 - id : detect-private-key
207213
214+ # - repo: https://github.com/woodruffw/zizmor-pre-commit
215+ # rev: b933184438555436e38621f46ceb0c417cbed400 # frozen: v1.13.0
216+ # hooks:
217+ # - id: zizmor
218+
208219 # Linting
209220
210221 - repo : https://github.com/Lucas-C/pre-commit-hooks-markup
@@ -215,15 +226,15 @@ repos:
215226 exclude : docs/.*\.rst$
216227
217228 - repo : https://github.com/hadolint/hadolint
218- rev : 87de847754330ad47ae16bdfe2d1a757ccb4b4d4 # frozen: v2.13.1
229+ rev : 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
219230 hooks :
220231 - id : hadolint-docker
221232 name : Lint Dockerfiles
222233 exclude : .*\.jinja$
223234 description : Runs hadolint to lint Dockerfiles
224235
225236 - repo : https://github.com/astral-sh/ruff-pre-commit
226- rev : 13a6bda8ea7612b3aec844ded16569d424b9a1ab # frozen: v0.13.0
237+ rev : a113f03edeabb71305f025e6e14bd2cd68660e29 # frozen: v0.13.1
227238 hooks :
228239 - id : ruff
229240 name : ruff-src
0 commit comments