djlint 1.41.0 → 1.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,12 +12,6 @@
12
12
  </a>
13
13
  </p>
14
14
  <p align="center">
15
- <a href="https://codecov.io/gh/djlint/djlint">
16
- <img src="https://codecov.io/gh/djlint/djlint/branch/master/graph/badge.svg?token=eNTG721BAA" alt="Codecov Status">
17
- </a>
18
- <a href="https://www.codacy.com/gh/djlint/djlint/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=djlint/djlint&amp;utm_campaign=Badge_Grade">
19
- <img src="https://app.codacy.com/project/badge/Grade/dba6338b0e7a4de896b45b382574f369" alt="Codacy Status">
20
- </a>
21
15
  <a href="https://pepy.tech/project/djlint">
22
16
  <img src="https://pepy.tech/badge/djlint" alt="Downloads">
23
17
  </a>
@@ -33,7 +27,7 @@
33
27
  <h4 align="center">What lang are you using?</h4>
34
28
 
35
29
  <p align="center">
36
- <a href="https://djlint.com/docs/languages/django/">Django</a> • <a href="https://djlint.com/docs/languages/jinja/">Jinja</a> • <a href="https://djlint.com/docs/languages/nunjucks/">Nunjucks</a> • <a href="https://djlint.com/docs/languages/twig/">Twig</a> • <a href="https://djlint.com/docs/languages/handlebars/">Handlebars</a> • <a href="https://djlint.com/docs/languages/mustache/">Mustache</a> • <a href="https://djlint.com/docs/languages/golang/">GoLang</a> • <a href="https://djlint.com/docs/languages/angular/">Angular</a>
30
+ <a href="https://djlint.com/docs/languages/django/">Django</a> • <a href="https://djlint.com/docs/languages/jinja/">Jinja</a> • <a href="https://djlint.com/docs/languages/askama/">Askama</a> • <a href="https://djlint.com/docs/languages/tera/">Tera</a> • <a href="https://djlint.com/docs/languages/liquid/">Liquid</a> • <a href="https://djlint.com/docs/languages/nunjucks/">Nunjucks</a> • <a href="https://djlint.com/docs/languages/twig/">Twig</a> • <a href="https://djlint.com/docs/languages/handlebars/">Handlebars</a> • <a href="https://djlint.com/docs/languages/mustache/">Mustache</a> • <a href="https://djlint.com/docs/languages/golang/">GoLang</a> • <a href="https://djlint.com/docs/languages/angular/">Angular</a>
37
31
  </p>
38
32
 
39
33
  <p align="center">
@@ -103,7 +97,7 @@ Or use `pre-commit` to reformat, then lint!
103
97
  ```yaml
104
98
  repos:
105
99
  - repo: https://github.com/djlint/djLint
106
- rev: v1.36.4 # use latest version instead
100
+ rev: v1.41.0 # use latest version instead
107
101
  hooks:
108
102
  - id: djlint-reformat
109
103
  - id: djlint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djlint",
3
- "version": "1.41.0",
3
+ "version": "1.42.1",
4
4
  "description": "HTML Template Linter and Formatter",
5
5
  "keywords": [
6
6
  "html template linter",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "files": [],
37
37
  "scripts": {
38
- "postinstall": "python3 -m pip install --upgrade djlint==1.41.0"
38
+ "postinstall": "python3 -m pip install --upgrade djlint==1.42.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ianvs/prettier-plugin-sort-imports": "4.7.1",