refactor(config): Clearer Cookiecutter variable names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{%- if cookiecutter.use_rich_logging == "yes" or cookiecutter.uses_inflect == "yes" -%}
|
||||
{%- if cookiecutter.use_rich_logging == "yes" or cookiecutter.use_inflect == "yes" -%}
|
||||
#
|
||||
# This file is autogenerated by pip-compile with python 3.10
|
||||
# To update, run:
|
||||
@@ -10,7 +10,7 @@
|
||||
commonmark==0.9.1
|
||||
# via rich
|
||||
{% endif -%}
|
||||
{%- if cookiecutter.uses_inflect == "yes" -%}
|
||||
{%- if cookiecutter.use_inflect == "yes" -%}
|
||||
inflect==5.6.0
|
||||
# via -r requirements.in
|
||||
{% endif -%}
|
||||
|
Reference in New Issue
Block a user