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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v5.0.0"
rev: "v6.0.0"
hooks:
- id: check-added-large-files
args: ["--maxkb=1024"]
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
- id: pyupgrade
args: [--py312]
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.25.0"
rev: "1.27.0"
hooks:
- id: django-upgrade
args: [--target-version, "5.2"]
Expand All @@ -57,7 +57,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/rtts/djhtml
rev: "3.0.8"
rev: "3.0.9"
hooks:
- id: djhtml
files: .*/templates/.*\.html$
Expand Down
Loading