[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
This commit is contained in:
pre-commit-ci[bot] 2022-11-01 00:52:44 +00:00 committed by GitHub
parent d64938e85e
commit a688b941db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ repos:
args:
- --markdown-linebreak-ext=md
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py310-plus]
@ -27,7 +27,7 @@ repos:
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]
- repo: https://github.com/timothycrosley/isort
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort