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.2.tar.gz
(18.7 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.2-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file djlint-0.0.2.tar.gz.
File metadata
- Download URL: djlint-0.0.2.tar.gz
- Upload date:
- Size: 18.7 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 |
27a0c50b9a066c81e1387fc03dd89c43171482f1003450ffb7a3b505e7d4059f
|
|
| MD5 |
51091009219cb69e3e8b99712ea7c500
|
|
| BLAKE2b-256 |
e1ebe5854514cf4f1594387a88166a2fe6898053d6b7e7bbd143c2a3f9b35daf
|
File details
Details for the file djlint-0.0.2-py3-none-any.whl.
File metadata
- Download URL: djlint-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.2 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 |
157c69a963e64711eda9a0fa7bc27665b7a0686cefeeaf20256516c88b9a455d
|
|
| MD5 |
6b9f0e555fa5fe2107dba6551ecb021e
|
|
| BLAKE2b-256 |
c6e1bc05287ebd74c000b358eda6f3c2e6ffb527c9b12ed20ca378c5919b0fad
|