[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.8.1...v3.8.2)
- [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 20:44:32 +00:00 committed by GitHub
parent 68d9ef4d5b
commit 4e4c50bf11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
rev: v3.8.2
hooks:
- id: reorder-python-imports
args: ['--py3-plus']
@ -32,7 +32,7 @@ repos:
hooks:
- id: remove-tabs
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.2
hooks:
- id: pyupgrade
args: ['--py3-plus']