mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 16:34:52 +03:00
Tweak vertical spacing
This commit is contained in:
parent
4aa6397513
commit
d2e60e32f9
|
@ -17,13 +17,15 @@ repos:
|
||||||
- id: check-docstring-first
|
- id: check-docstring-first
|
||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
{%- if cookiecutter.frontend_pipeline in ["Webpack", "Gulp"] %}
|
{%- if cookiecutter.frontend_pipeline in ["Webpack", "Gulp"] %}
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v3.0.0-alpha.9-for-vscode
|
rev: v3.0.0-alpha.9-for-vscode
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
args: ['--tab-width', '2', '--single-quote']
|
args: ['--tab-width', '2', '--single-quote']
|
||||||
exclude: '{{cookiecutter.project_slug}}/templates/'
|
exclude: '{{cookiecutter.project_slug}}/templates/'
|
||||||
{% endif -%}
|
{%- endif %}
|
||||||
|
|
||||||
- repo: https://github.com/adamchainz/django-upgrade
|
- repo: https://github.com/adamchainz/django-upgrade
|
||||||
rev: '1.14.0'
|
rev: '1.14.0'
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user