Skip to content

Commit c64f741

Browse files
committed
Remove extensions from replay file
We always want to use the template provided extensions, keeping our own list only makes it more likely to have errors when upgrading. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent fbcbe76 commit c64f741

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.cookiecutter-replay.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@
1313
"pypi_package_name": "frequenz-channels",
1414
"github_repo_name": "frequenz-channels-python",
1515
"default_codeowners": "@frequenz-floss/python-sdk-team",
16-
"_extensions": [
17-
"jinja2_time.TimeExtension",
18-
"local_extensions.default_codeowners",
19-
"local_extensions.github_repo_name",
20-
"local_extensions.keywords",
21-
"local_extensions.pypi_package_name",
22-
"local_extensions.python_package",
23-
"local_extensions.src_path",
24-
"local_extensions.title",
25-
"local_extensions.as_identifier"
26-
],
2716
"_template": "gh:frequenz-floss/frequenz-repo-config-python"
2817
}
2918
}

0 commit comments

Comments
 (0)