Merge pull request #225 from jazzband/pre-commit-ci-update-config

This commit is contained in:
Rémy HUBSCHER 2025-10-28 11:19:37 +01:00 committed by GitHub
commit 9194e6a11c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.29.0
rev: 1.29.1
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
@ -44,7 +44,7 @@ repos:
args:
- --fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.14.1'
rev: 'v0.14.2'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]