Skip to content

Commit 3090893

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

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
@@ -30,7 +30,7 @@ repos:
3030
files: \.py$
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.961
33+
rev: v0.971
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [types-requests]
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v2.37.1
44+
rev: v2.37.2
4545
hooks:
4646
- id: pyupgrade
4747
args: [--py37-plus]
@@ -67,13 +67,13 @@ repos:
6767
stages: [manual]
6868

6969
- repo: https://github.com/pre-commit/mirrors-eslint
70-
rev: v8.19.0
70+
rev: v8.20.0
7171
hooks:
7272
- id: eslint
7373
stages: [manual]
7474

7575
- repo: https://github.com/sirosen/check-jsonschema
76-
rev: 0.17.0
76+
rev: 0.17.1
7777
hooks:
7878
- id: check-jsonschema
7979
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)