[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971)
- [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2)
This commit is contained in:
pre-commit-ci[bot]
2022-07-25 23:24:08 +00:00
committed by GitHub
parent b559b96f97
commit 86fd875953

View File

@@ -25,13 +25,13 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.961"
rev: "v0.971"
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade
rev: "v2.37.1"
rev: "v2.37.2"
hooks:
- id: pyupgrade