[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
This commit is contained in:
pre-commit-ci[bot] 2023-06-06 04:21:31 +00:00 committed by David Lord
parent 7dbb2f7e05
commit 32d2f47ed1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -7,7 +7,7 @@ repos:
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py38-plus"] args: ["--py38-plus"]
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0 rev: v3.9.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports