From f1a1ecee781a77ac495d3ea59cfdfa947f393dbe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:30:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cookiecutter.json | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) 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 +}