From 3c0c27965836328abd2668dcd77710ee2460535e Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 8 Sep 2023 04:24:06 +0200 Subject: Add `yamllint` (#26965) So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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" -- cgit v1.2.3