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 283B

123456789101112131415
  1. [tool.poetry]
  2. name = "gitea"
  3. version = "0.0.0"
  4. description = ""
  5. authors = []
  6. [tool.poetry.dependencies]
  7. python = "^3.8"
  8. [tool.poetry.group.dev.dependencies]
  9. djlint = "1.31.0"
  10. [tool.djlint]
  11. profile="golang"
  12. ignore="H005,H006,H008,H013,H014,H016,H020,H021,H023,H026,H030,H031,T027"