diff options
author | silverwind <me@silverwind.io> | 2023-09-01 19:32:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 17:32:39 +0000 |
commit | a625f3a76198bed3c857f5c00f238bf9516ca950 (patch) | |
tree | f7cce48cbb25f767f4bb26e51068a85276445d68 /pyproject.toml | |
parent | 5743d7cb5bcd85c88ad7d128e0162893a074418b (diff) | |
download | gitea-a625f3a76198bed3c857f5c00f238bf9516ca950.tar.gz gitea-a625f3a76198bed3c857f5c00f238bf9516ca950.zip |
Enable djlint H008 and fix issues (#26869)
Enable `H008 | Attributes should be double quoted` and fix issues.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 549a8cb2b0..f4cd2e6744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,4 @@ djlint = "1.32.1" [tool.djlint] profile="golang" -ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031" +ignore="H005,H006,H013,H016,H020,H021,H030,H031" |