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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Gabriel Augendre 2023-02-21 07:21:57 +01:00 committed by GitHub
commit 8e2ae03d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ repos:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.12.0
rev: 1.13.0
hooks:
- id: django-upgrade
args: [--target-version, "4.1"]
@ -45,7 +45,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.246'
rev: 'v0.0.249'
hooks:
- id: ruff
args: [--fix]