diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f4cd2e6744..63143a72a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ python = "^3.8" [tool.poetry.group.dev.dependencies] djlint = "1.32.1" +yamllint = "^1.32.0" [tool.djlint] profile="golang" |