-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Description
- I'm on the latest version of djLint
- I've searched the issues
- I've read the docs
System Info
- OS: macOS 15
- Python Version: 3.11
- djLint Version: 1.31.1
- template language: golang
Issue
H026 is likely only meant to match on id
and class
atttributes but matches on data-id
as well which seems a unintended parser error.
How To Reproduce
<div data-id=""></div>
Contents of .djlintrc/pyproject.toml [tool.djlint]
[tool.djlint]
profile="golang"
christopherpickering