Skip to content

Commit 4b40375

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](pre-commit/mirrors-mypy@v0.950...v0.960) - [github.com/sirosen/check-jsonschema: 0.15.0 → 0.15.1](python-jsonschema/check-jsonschema@0.15.0...0.15.1)
1 parent e526895 commit 4b40375

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
@@ -51,7 +51,7 @@ repos:
5151
stages: [manual]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v0.950
54+
rev: v0.960
5555
hooks:
5656
- id: mypy
5757
exclude: jupyter_client/tests
@@ -66,7 +66,7 @@ repos:
6666
args: [--max-line-length=100]
6767

6868
- repo: https://github.com/sirosen/check-jsonschema
69-
rev: 0.15.0
69+
rev: 0.15.1
7070
hooks:
7171
- id: check-jsonschema
7272
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)