Skip to content

Commit b62c9ca

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.2.0
45+
rev: v3.2.2
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py38-plus]
@@ -57,7 +57,7 @@ repos:
5757
stages: [manual]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v0.982
60+
rev: v0.990
6161
hooks:
6262
- id: mypy
6363
args: ["--config-file", "pyproject.toml"]
@@ -73,7 +73,7 @@ repos:
7373
stages: [manual]
7474

7575
- repo: https://github.com/sirosen/check-jsonschema
76-
rev: 0.18.4
76+
rev: 0.19.1
7777
hooks:
7878
- id: check-jsonschema
7979
name: "Check GitHub Workflows"
@@ -83,7 +83,7 @@ repos:
8383
stages: [manual]
8484

8585
- repo: https://github.com/sirosen/check-jsonschema
86-
rev: 0.18.4
86+
rev: 0.19.1
8787
hooks:
8888
- id: check-jsonschema
8989
name: "Check Example Workflows"

0 commit comments

Comments
 (0)