Skip to content

Commit 8f10ff4

Browse files
[pre-commit.ci] pre-commit autoupdate (#379)
updates: - [github.com/rbubley/mirrors-prettier: v3.9.1 → v3.9.4](rbubley/mirrors-prettier@v3.9.1...v3.9.4) - [github.com/python-jsonschema/check-jsonschema: 0.37.3 → 0.37.4](python-jsonschema/check-jsonschema@0.37.3...0.37.4) - [github.com/python-jsonschema/check-jsonschema: 0.37.3 → 0.37.4](python-jsonschema/check-jsonschema@0.37.3...0.37.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20ea36d commit 8f10ff4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919
- id: check-case-conflict
2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: v3.9.1
21+
rev: v3.9.4
2222
hooks:
2323
- id: prettier
2424
# package metadata
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.37.3
26+
rev: 0.37.4
2727
hooks:
2828
- id: check-jsonschema
2929
files: "scripts/src/ecosystem_scripts/schema.json"
3030
args: ["--check-metaschema"]
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.37.3
32+
rev: 0.37.4
3333
hooks:
3434
- id: check-jsonschema
3535
files: "packages/.*/meta.yaml"

0 commit comments

Comments
 (0)