Tweak vertical spacing

This commit is contained in:
Bruno Alla 2023-06-27 23:10:16 +01:00
parent 4aa6397513
commit d2e60e32f9
No known key found for this signature in database

View File

@ -17,13 +17,15 @@ repos:
- id: check-docstring-first
- id: detect-private-key
{%- if cookiecutter.frontend_pipeline in ["Webpack", "Gulp"] %}
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']
exclude: '{{cookiecutter.project_slug}}/templates/'
{% endif -%}
{%- endif %}
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.14.0'
hooks: