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.3.tar.gz
(18.5 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.3-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file djlint-0.0.3.tar.gz.
File metadata
- Download URL: djlint-0.0.3.tar.gz
- Upload date:
- Size: 18.5 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.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
456aa28c24ce8ffeaa070f65c9205877024c28e90f4be418e4cc2500fc87246f
|
|
| MD5 |
521eb2ebc11edc72e146311a44bc12eb
|
|
| BLAKE2b-256 |
2259c10a5d41fe6431f9f0a48c5c526bd4d0ea0d2a9f466392936a74a59ae534
|
File details
Details for the file djlint-0.0.3-py3-none-any.whl.
File metadata
- Download URL: djlint-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.1 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.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daab8bcfcdf56e09968a4e2d77eb8ef5a437b25efb3ae46a527f66703c2575ee
|
|
| MD5 |
e646a86804790004505dafcf289d2050
|
|
| BLAKE2b-256 |
2bf7cd5e5f4c81eb961857c659921b336adf855efce18499b69832ec8a478321
|