Skip to content

Commit

Permalink
chore: remove Prettier from pre-commit config
Browse files Browse the repository at this point in the history
Pre-commit prettier is not maintained anymore and if we want to run it
we should consider an alternative way

https://github.com/pre-commit/mirrors-prettier
  • Loading branch information
Venefilyn committed Jun 10, 2024
1 parent e3dd446 commit 4887a17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ repos:
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: frontend/tsconfig.json
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down

0 comments on commit 4887a17

Please sign in to comment.