Skip to content

Commit 80c9781

Browse files
authored
Merge pull request #110 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f6d9451 + 06fdd60 commit 80c9781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.1.7"
16+
rev: "v0.1.9"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 23.11.0
25+
rev: 23.12.1
2626
hooks:
2727
- name: black
2828
id: black
2929
args: ["--line-length", "79"]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v4.0.0-alpha.4"
31+
rev: "v4.0.0-alpha.8"
3232
hooks:
3333
- id: prettier

0 commit comments

Comments
 (0)