Skip to content

Commit 732774b

Browse files
[pre-commit.ci] pre-commit autoupdate (#409)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.23.3 → 0.26.3](python-jsonschema/check-jsonschema@0.23.3...0.26.3) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.281...v0.0.287) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ea0d8c commit 732774b

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
@@ -19,12 +19,12 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.23.3
22+
rev: 0.26.3
2323
hooks:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.16
27+
rev: 0.7.17
2828
hooks:
2929
- id: mdformat
3030
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.0.281
39+
rev: v0.0.287
4040
hooks:
4141
- id: ruff
4242
args: ["--fix"]

0 commit comments

Comments
 (0)