[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
- [github.com/asottile/reorder_python_imports: v3.1.0 → v3.8.1](https://github.com/asottile/reorder_python_imports/compare/v3.1.0...v3.8.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.2.0 → v1.3.0](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.2.0...v1.3.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.37.1)
This commit is contained in:
pre-commit-ci[bot] 2022-07-11 20:31:07 +00:00 committed by GitHub
parent 27977f2f4e
commit 5836c38694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0 rev: v4.3.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-docstring-first - id: check-docstring-first
@ -23,16 +23,16 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0 rev: v3.8.1
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
args: ['--py3-plus'] args: ['--py3-plus']
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.2.0 rev: v1.3.0
hooks: hooks:
- id: remove-tabs - id: remove-tabs
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.32.1 rev: v2.37.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ['--py3-plus'] args: ['--py3-plus']