Skip to content

Commit e21e651

Browse files
[pre-commit.ci] pre-commit autoupdate (#929)
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.2](asottile/pyupgrade@v2.34.0...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 6dfe6ef commit e21e651

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.34.0
17+
rev: v2.37.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
@@ -42,6 +42,6 @@ repos:
4242
- flake8-tidy-imports
4343
- flake8-typing-imports
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.961
45+
rev: v0.971
4646
hooks:
4747
- id: mypy

0 commit comments

Comments
 (0)