added yamllint to the dev dependencies
Some checks failed
Linter / Lint (3.11) (push) Failing after 40s
Docker Build / Build (push) Successful in 32s

This commit is contained in:
Seaswimmer 2023-11-25 04:49:42 -05:00
parent f354199ec9
commit 7613304853
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 20 additions and 1 deletions

20
poetry.lock generated
View file

@ -832,7 +832,25 @@ MarkupSafe = ">=2.1.1"
[package.extras]
watchdog = ["watchdog (>=2.3)"]
[[package]]
name = "yamllint"
version = "1.33.0"
description = "A linter for YAML files."
optional = false
python-versions = ">=3.8"
files = [
{file = "yamllint-1.33.0-py3-none-any.whl", hash = "sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d"},
{file = "yamllint-1.33.0.tar.gz", hash = "sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d"},
]
[package.dependencies]
pathspec = ">=0.5.3"
pyyaml = "*"
[package.extras]
dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "b9f5e3772d640f45247829722be464153fe0435452a15a140f423c7d89504071"
content-hash = "c2fa3ace4d23ef1588aab2b5cb0349aee26ba7ff0bbe01afb890c38e15c1b5af"

View file

@ -15,6 +15,7 @@ flask-discord = "^0.1.69"
[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
djlint = "^1.34.0"
yamllint = "^1.33.0"
[tool.djlint]
profile="jinja"