Skip to content

Commit

Permalink
Tweak vertical spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jun 27, 2023
1 parent 4aa6397 commit d2e60e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2e60e3

Please sign in to comment.