[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/adamchainz/django-upgrade: 1.29.0 → 1.29.1](https://github.com/adamchainz/django-upgrade/compare/1.29.0...1.29.1)
- [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.2)
This commit is contained in:
pre-commit-ci[bot] 2025-10-27 17:25:13 +00:00 committed by GitHub
parent 9b90a3326d
commit 140b631d5b
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]