Skip to content

Commit aa95371

Browse files
[pre-commit.ci] pre-commit autoupdate (#4090)
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3665530 commit aa95371

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
@@ -32,7 +32,7 @@ repos:
3232

3333
# Upgrade old Python syntax
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: "v2.37.1"
35+
rev: "v2.37.2"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -123,7 +123,7 @@ repos:
123123

124124
# Check static types with mypy
125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: "v0.961"
126+
rev: "v0.971"
127127
hooks:
128128
- id: mypy
129129
args: []

0 commit comments

Comments
 (0)