Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
args: ["--py39-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.27.0'
rev: '1.29.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -39,7 +39,7 @@ repos:
- id: codespell

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12 # Use the desired Ruff version
rev: v0.13.3 # Use the desired Ruff version
hooks:
- id: ruff-check # For linting checks
args: [--fix] # Optional: automatically fix fixable issues
Expand Down
Loading