Skip to content

Commit

Permalink
[IMP] support copier 9
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 11, 2023
1 parent 559838b commit 69cd20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions copier.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Configure jinja2 defaults to make syntax highlighters lives easier
_templates_suffix: .jinja
_envops:
block_end_string: "%}"
block_start_string: "{%"
comment_end_string: "#}"
comment_start_string: "{#"
keep_trailing_newline: true
variable_end_string: "}}"
variable_start_string: "{{"

# Other Copier configurations
_min_copier_version: "8.3.0"
_min_copier_version: "9"
_exclude:
- _macros
- _traefik*_labels.yml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "doodba-copier-template"
version = "0.1.0"

[tool.poetry.dependencies]
copier = ">=8.3.0"
copier = ">=9"
plumbum = "^1.8.2"
python = "^3.8.1"

Expand Down

0 comments on commit 69cd20f

Please sign in to comment.