[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v2.7.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.11](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.10...v1.1.11)
This commit is contained in:
pre-commit-ci[bot] 2022-01-31 20:16:45 +00:00 committed by GitHub
parent 43314fd697
commit 5844dc48cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,12 +23,12 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v2.7.1
hooks:
- id: reorder-python-imports
args: ['--py3-plus']
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.1.11
hooks:
- id: remove-tabs
- repo: https://github.com/asottile/pyupgrade