Skip to content

Commit c0ebc43

Browse files
authored
Merge pull request #495 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0869e67 + 8d9f4cf commit c0ebc43

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
@@ -14,12 +14,12 @@ repos:
1414
args: ["--schemafile", "tests/example-files/config_schema.json"]
1515
files: ^tests/example-files/.*/_config.yaml$
1616
- repo: https://github.com/pre-commit/pre-commit-hooks.git
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-merge-conflict
2020
- id: trailing-whitespace
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 24.8.0
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)