Remove prettier webpack in pre-commit

This commit is contained in:
Andrew Chen Wang 2023-06-26 15:21:06 -04:00 committed by GitHub
parent b2f5eb8f74
commit 2126f76930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ repos:
- id: check-case-conflict
- id: check-docstring-first
- id: detect-private-key
{%- if cookiecutter.frontend_pipeline != "Webpack" or cookiecutter.frontend_pipeline != "Gulp" or cookiecutter.use_pycharm %}
- 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 -%}
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.14.0'
hooks: