Skip to content

Commit d774ca3

Browse files
[pre-commit.ci] pre-commit autoupdate (#19)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...v0.12.2) * pre-commit autoupdate --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nick Murphy <[email protected]>
1 parent 053627d commit d774ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.33.0
27+
rev: 0.33.2
2828
hooks:
2929
- id: check-github-workflows
3030

3131
- repo: https://github.com/sirosen/texthooks
32-
rev: 0.6.8
32+
rev: 0.7.1
3333
hooks:
3434
- id: fix-smartquotes
3535
- id: fix-spaces
3636
- id: fix-ligatures
3737
- id: forbid-bidi-controls
3838

3939
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
40-
rev: v2.14.0
40+
rev: v2.15.0
4141
hooks:
4242
- id: pretty-format-ini
4343
args: [--autofix]
@@ -67,7 +67,7 @@ repos:
6767
- tomli
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.11.8
70+
rev: v0.12.7
7171
hooks:
7272
- id: ruff
7373
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)