Skip to content

Commit 20007e7

Browse files
[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)
1 parent 053627d commit 20007e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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

@@ -37,7 +37,7 @@ repos:
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.2
7171
hooks:
7272
- id: ruff
7373
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)