Skip to content

Commit 8a0bcb9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971) - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2) - [github.com/pre-commit/mirrors-eslint: v8.19.0 → v8.20.0](pre-commit/mirrors-eslint@v8.19.0...v8.20.0) - [github.com/sirosen/check-jsonschema: 0.17.0 → 0.17.1](python-jsonschema/check-jsonschema@0.17.0...0.17.1)
1 parent 0a83339 commit 8a0bcb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
args: [--profile=black]
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v0.961
41+
rev: v0.971
4242
hooks:
4343
- id: mypy
4444
args: ["--config-file", "pyproject.toml"]
@@ -52,7 +52,7 @@ repos:
5252
- id: prettier
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v2.37.1
55+
rev: v2.37.2
5656
hooks:
5757
- id: pyupgrade
5858
args: [--py37-plus]
@@ -77,13 +77,13 @@ repos:
7777
stages: [manual]
7878

7979
- repo: https://github.com/pre-commit/mirrors-eslint
80-
rev: v8.19.0
80+
rev: v8.20.0
8181
hooks:
8282
- id: eslint
8383
stages: [manual]
8484

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

0 commit comments

Comments
 (0)