[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](https://github.com/pre-commit/mirrors-mypy/compare/v0.982...v0.990)
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
This commit is contained in:
pre-commit-ci[bot]
2022-11-15 01:29:45 +00:00
committed by GitHub
parent 07106e056b
commit a18c9fb889

View File

@@ -25,13 +25,13 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.982" rev: "v0.990"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests] additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v3.2.0" rev: "v3.2.2"
hooks: hooks:
- id: pyupgrade - id: pyupgrade