added yamllint to the dev dependencies
This commit is contained in:
parent
f354199ec9
commit
7613304853
2 changed files with 20 additions and 1 deletions
20
poetry.lock
generated
20
poetry.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue