Skip to content

Commit b971b65

Browse files
[pre-commit.ci] pre-commit autoupdate (#287)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.2](rbubley/mirrors-prettier@v3.5.1...v3.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 201291d commit b971b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.31.1
8+
rev: 0.31.2
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -15,7 +15,7 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.0.1"]
1717
- repo: https://github.com/rbubley/mirrors-prettier
18-
rev: "v3.5.1"
18+
rev: "v3.5.2"
1919
hooks:
2020
- id: prettier
2121
name: Prettier

0 commit comments

Comments
 (0)