You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 279B

12345678910111213141516
  1. [tool.poetry]
  2. name = "gitea"
  3. version = "0.0.0"
  4. description = ""
  5. authors = []
  6. [tool.poetry.dependencies]
  7. python = "^3.10"
  8. [tool.poetry.group.dev.dependencies]
  9. djlint = "1.34.1"
  10. yamllint = "1.35.1"
  11. [tool.djlint]
  12. profile="golang"
  13. ignore="H005,H006,H013,H016,H020,H021,H030,H031"