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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Gabriel Augendre 2022-11-15 08:04:16 +01:00 committed by GitHub
commit 064958441c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,13 +36,13 @@ repos:
- -t
- py310
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.2.2
hooks:
- id: pyupgrade
args:
- --py310-plus
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.11.0
rev: 1.12.0
hooks:
- id: django-upgrade
args: [--target-version, "4.1"]