Skip to content

Commit 068124e

Browse files
[pre-commit.ci] pre-commit autoupdate (#60)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ca49a26 commit 068124e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: mdformat
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.2.0
43+
rev: v3.2.2
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py37-plus]
@@ -62,7 +62,7 @@ repos:
6262
stages: [manual]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v0.982
65+
rev: v0.990
6666
hooks:
6767
- id: mypy
6868
exclude: jupyter_client/tests
@@ -71,7 +71,7 @@ repos:
7171
stages: [manual]
7272

7373
- repo: https://github.com/sirosen/check-jsonschema
74-
rev: 0.18.4
74+
rev: 0.19.1
7575
hooks:
7676
- id: check-jsonschema
7777
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)