diff --git a/cookiecutter.json b/cookiecutter.json index af799c49b..cf5e0d23f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -13,28 +13,13 @@ "Apache Software License 2.0", "Not open source" ], - "username_type": [ - "username", - "email" - ], + "username_type": ["username", "email"], "timezone": "UTC", "windows": "n", "use_pycharm": "n", "use_docker": "n", - "postgresql_version": [ - "15", - "14", - "13", - "12", - "11", - "10" - ], - "cloud_provider": [ - "AWS", - "GCP", - "Azure", - "None" - ], + "postgresql_version": ["15", "14", "13", "12", "11", "10"], + "cloud_provider": ["AWS", "GCP", "Azure", "None"], "mail_service": [ "Mailgun", "Amazon SES", @@ -48,23 +33,13 @@ ], "use_async": "n", "use_drf": "n", - "frontend_pipeline": [ - "None", - "Django Compressor", - "Gulp", - "Webpack" - ], + "frontend_pipeline": ["None", "Django Compressor", "Gulp", "Webpack"], "use_celery": "n", "use_mailhog": "n", "use_sentry": "n", "use_whitenoise": "n", "use_heroku": "n", - "ci_tool": [ - "None", - "Travis", - "Gitlab", - "Github" - ], + "ci_tool": ["None", "Travis", "Gitlab", "Github"], "keep_local_envs_in_vcs": "y", "debug": "n" -} \ No newline at end of file +}