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.6.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.6-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file djlint-0.0.6.tar.gz.
File metadata
- Download URL: djlint-0.0.6.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 |
4d83b336d0b480adeda1ad8ce70c45f95529bbabd7056eb8006257e4aa830ec6
|
|
| MD5 |
d5192adb6028aa20064eac38cbe78764
|
|
| BLAKE2b-256 |
9e18b3a08e88646ed93256726624e2ea39ad6f4898112cdfc32f277023edeb42
|
File details
Details for the file djlint-0.0.6-py3-none-any.whl.
File metadata
- Download URL: djlint-0.0.6-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 |
3450f608fc7553e4d422e97f1620985cf789f7878173297598af2d95a2f5e60f
|
|
| MD5 |
51bf43e251cab3272d53a800bdf73818
|
|
| BLAKE2b-256 |
72944da89966a2e8464d53d6a2ce8bb29f555d04eef5ec16729cb16301e7eff7
|