Skip to content

Commit 04b1567

Browse files
authored
Merge pull request python-jsonschema#1331 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6606f1a + ed216bc commit 04b1567

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
@@ -16,12 +16,12 @@ repos:
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.9.3"
19+
rev: "v0.9.4"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)