Skip to content

Commit

Permalink
Add Djade to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 26, 2024
1 parent 489271e commit 188589e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ repos:
- id: mypy
additional_dependencies:
- django-stubs==5.0.4
- repo: https://github.com/adamchainz/djade-pre-commit
rev: 1.0.0
hooks:
- id: djade
3 changes: 1 addition & 2 deletions example/example/templates/django/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load django_browser_reload %}
{% load static %}
{% load django_browser_reload static %}

<!doctype html>
<html>
Expand Down

0 comments on commit 188589e

Please sign in to comment.