Merge pull request #6537 from jupyter/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Jeremy Tuloup 2022-09-06 09:27:31 +02:00 committed by GitHub
commit 992956c72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ repos:
exclude: .bumpversion.cfg
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: ["--line-length", "100"]
@ -52,7 +52,7 @@ repos:
stages: [manual]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.18.1
rev: 0.18.2
hooks:
- id: check-jsonschema
name: 'Check GitHub Workflows'