Merge pull request #4 from Crocmagnon/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Gabriel Augendre 2022-11-01 08:14:02 +01:00 committed by GitHub
commit 44e455b596
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