mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
6f159f4c1c
- Update all excluding `@mcaptcha/vanilla-glue` and `eslint-plugin-array-func` - Tested pdf, chart.js, swagger (cherry picked from commit 8f9c9d3a5fa185f4a61f71e49f15b6d5e611b44a)
16 lines
280 B
TOML
16 lines
280 B
TOML
[tool.poetry]
|
|
name = "forgejo"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
djlint = "1.34.1"
|
|
yamllint = "1.35.0"
|
|
|
|
[tool.djlint]
|
|
profile="golang"
|
|
ignore="H005,H006,H013,H016,H020,H021,H030,H031"
|