Skip to content

Commit

Permalink
Merge pull request #897 from nationalarchives/chore/djlint-tweaks
Browse files Browse the repository at this point in the history
(FCL-141) Refinements to djLint configuration
  • Loading branch information
dragon-dxw authored Sep 21, 2023
2 parents 189d8e0 + dcefcda commit b43c3ee
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,10 @@ repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0
hooks:
- id: djlint-reformat-django
require_serial: true
- id: djlint-django
name: djLint Reformatting for Django
entry: djlint --profile=django --reformat
types_or: [html]
language: python

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0
hooks:
- id: djlint-django
name: djLint Checks for Django
entry: djlint --profile=django
types_or: [html]
language: python
require_serial: true

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
Expand Down

0 comments on commit b43c3ee

Please sign in to comment.