refactor(config): Clearer Cookiecutter variable names

This commit is contained in:
2022-07-05 18:58:11 +02:00
parent 03f11d84ce
commit b64dc5f595
5 changed files with 19 additions and 14 deletions

View File

@@ -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 -%}