Skip to content

Commit 783e4d5

Browse files
authored
Merge pull request #108 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0f69c0d + 37eefbd commit 783e4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 5.13.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
@@ -28,6 +28,6 @@ repos:
2828
id: black
2929
args: ["--line-length", "79"]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v4.0.0-alpha.3-1"
31+
rev: "v4.0.0-alpha.4"
3232
hooks:
3333
- id: prettier

0 commit comments

Comments
 (0)