summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-08 04:24:06 +0200
committerGitHub <noreply@github.com>2023-09-07 22:24:06 -0400
commit3c0c27965836328abd2668dcd77710ee2460535e (patch)
tree57302ecf1c5619be185d888e91c1bd876cf9942e /pyproject.toml
parentf9abb6ade28d49f00f28623d172b5a8ed27f4509 (diff)
downloadgitea-3c0c27965836328abd2668dcd77710ee2460535e.tar.gz
gitea-3c0c27965836328abd2668dcd77710ee2460535e.zip
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 <techknowlogick@gitea.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
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"