Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Update Pre-commit updates #390

Closed
wants to merge 1 commit into from
Closed
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:
# Run the formatter.
- id: ruff-format
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
Expand All @@ -29,7 +29,7 @@ repos:
# djLint moved in from assess - to apply as a precommit hook we should make sure it works with
# apply templates
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.24.0
rev: v1.36.3
hooks:
- id: djlint-jinja
types_or: ["html", "jinja"]
Loading