Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 37149b1

Browse files
chore: pre-commit autoupdate [skip ci]
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/sirosen/texthooks: 0.6.4 → 0.6.6](sirosen/texthooks@0.6.4...0.6.6) - [github.com/macisamuele/language-formatters-pre-commit-hooks.git: v2.12.0 → v2.13.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks.git/compare/v2.12.0...v2.13.0) - [github.com/sirosen/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1) - [github.com/mattlqx/pre-commit-sign: v1.1.3 → v1.2.0](mattlqx/pre-commit-sign@v1.1.3...v1.2.0)
1 parent b1d8682 commit 37149b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ repos:
163163

164164
# General
165165
- repo: https://github.com/pre-commit/pre-commit-hooks
166-
rev: v4.5.0
166+
rev: v4.6.0
167167
hooks:
168168
- id: check-added-large-files
169169
args: [--maxkb=64]
@@ -188,7 +188,7 @@ repos:
188188

189189
# text file linters
190190
- repo: https://github.com/sirosen/texthooks
191-
rev: 0.6.4
191+
rev: 0.6.6
192192
hooks:
193193
- id: fix-ligatures
194194
- id: fix-smartquotes
@@ -203,7 +203,7 @@ repos:
203203

204204
# various other formatters
205205
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks.git
206-
rev: v2.12.0
206+
rev: v2.13.0
207207
hooks:
208208
- id: pretty-format-ini
209209
args: [--autofix]
@@ -212,7 +212,7 @@ repos:
212212

213213
# validate JSON/YAML schemas
214214
- repo: https://github.com/sirosen/check-jsonschema
215-
rev: 0.28.0
215+
rev: 0.28.1
216216
hooks:
217217
- id: check-github-workflows
218218
# - id: check-dependabot
@@ -244,6 +244,6 @@ repos:
244244

245245
# sign commit
246246
- repo: https://github.com/mattlqx/pre-commit-sign
247-
rev: v1.1.3
247+
rev: v1.2.0
248248
hooks:
249249
- id: sign-commit

0 commit comments

Comments
 (0)