From 2a291c4c0cc530a0ed230956e5f7c607324f21ec Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 13 May 2024 11:04:34 +0000 Subject: [PATCH] test jinja template --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea8eac3..59689a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,10 @@ pytest = "^8.1.1" [tool.poetry-dynamic-versioning] enable = true vcs = "git" -style= "pep440" +strict = true +format-jinja = """ + TEST_{{- branch -}}_TEST +""" [tool.poetry.group.docs.dependencies] sphinx = "^7.3.7"