mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
006d4ce6f2
- Update js and py dependencies excluding `@mcaptcha/vanilla-glue`, `eslint-plugin-array-func` - Update stylelint config - Require python 3.10 and use 3.12 on CI, bump setup-python as well - Tested markdown toolbar, charts, clipboard, swagger ui, vue (cherry picked from commit efa631aeead094267d46ea8f86e6d568f0c731e4) Conflicts: .github/workflows/pull-compliance.yml does not existin in Forgejo
16 lines
281 B
TOML
16 lines
281 B
TOML
[tool.poetry]
|
|
name = "forgejo"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
djlint = "1.34.1"
|
|
yamllint = "1.35.1"
|
|
|
|
[tool.djlint]
|
|
profile="golang"
|
|
ignore="H005,H006,H013,H016,H020,H021,H030,H031"
|