Skip to content

Commit 4c29513

Browse files
authored
Merge pull request #42 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a9fbdaa + 463ac48 commit 4c29513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.9.1"
16+
rev: "v0.9.4"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.2
21+
rev: 6.0.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- name: black
2828
id: black

0 commit comments

Comments
 (0)