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,6 +1,6 @@
{%- if cookiecutter.use_rich_logging == "yes" -%}
rich
{% endif -%}
{%- if cookiecutter.uses_inflect == "yes" -%}
{%- if cookiecutter.use_inflect == "yes" -%}
inflect
{% endif -%}