We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4d01b commit e89833dCopy full SHA for e89833d
hooks/pre_gen_project.py
@@ -1,7 +1,5 @@
1
-"""Cookiecutter hook that runs before template generation."""
+"""Cookiecutter hook that runs before template generation.
2
3
-
4
-ESCAPED_JINJA_SETUP: str = """
5
{%- set min_minor = cookiecutter.min_python_version.split('.')[1] | int %}
6
{%- set max_minor = cookiecutter.max_python_version.split('.')[1] | int %}
7
{%- set versions = ["3." + (i|string) for i in range(min_minor, max_minor + 1)] %}
0 commit comments