Django Template Linter
Project description
djlint
Simple Django template linter.
Install
pip install djlint
Usage
djlint <file or path>
Optional args
| Arg | Definition | Default |
|---|---|---|
| -e, --extension | File extension to lint. | default=html |
Rules
Error Codes
| Code | Meaning |
|---|---|
| E001 | Variables should be wrapped in a single whitespace. Ex: {{ this }} |
| E002 | Double quotes should be used in tags. Ex {% extends "this.html" %} |
Warning Codes
| Code | Meaning |
|---|---|
| W003 | Endblock should have name. Ex: {% endblock body %}. |
| W004 | Status urls should follow {% static path/to/file %} pattern. |
0.0.1
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djlint-0.0.5.tar.gz
(19.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
djlint-0.0.5-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file djlint-0.0.5.tar.gz.
File metadata
- Download URL: djlint-0.0.5.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e1001fa6d8523f03b40398692f76947ba48ef47c6fdd4255db830a5a409bb1
|
|
| MD5 |
9413b2d29628b63fa0eb72a375b74566
|
|
| BLAKE2b-256 |
227c1fe9871b7543e1230790c9a0254f3ef092506c4492f7a1e360b2a3a06280
|
File details
Details for the file djlint-0.0.5-py3-none-any.whl.
File metadata
- Download URL: djlint-0.0.5-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19afde13c79780b3f00ec64fdbdf2376594c00f4ffeed37c8840be6d7d4e9c02
|
|
| MD5 |
0feae912a25df81840607e614031d260
|
|
| BLAKE2b-256 |
ff92ba003d5b3449522f5d3d5b2df54121615a959daf94aeb809d9915e9d4dba
|