refactor(config): use_rich_logging instead of rich_logging

This commit is contained in:
2022-07-05 18:50:45 +02:00
parent 10d4d8f718
commit 03f11d84ce
4 changed files with 45 additions and 30 deletions

View File

@@ -1,3 +1,6 @@
{%- if cookiecutter.rich_logging == "yes" -%}
{%- if cookiecutter.use_rich_logging == "yes" -%}
rich
{% endif -%}
{%- if cookiecutter.uses_inflect == "yes" -%}
inflect
{% endif -%}