Skip to content

Commit

Permalink
Update {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Alla <[email protected]>
  • Loading branch information
Andrew-Chen-Wang and browniebroke authored Jun 27, 2023
1 parent 2126f76 commit 4aa6397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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 %}
{%- if cookiecutter.frontend_pipeline in ["Webpack", "Gulp"] %}
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
Expand Down

0 comments on commit 4aa6397

Please sign in to comment.