Skip to content

Commit

Permalink
Disable prettier in pre-commit
Browse files Browse the repository at this point in the history
For some reason it's broken with --amend and now deprecated
  • Loading branch information
WoWaster authored and KubEF committed Apr 16, 2024
1 parent 0a073b8 commit 07c22b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-yaml
- id: fix-byte-order-marker
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v4.0.0-alpha.8
# hooks:
# - id: prettier

0 comments on commit 07c22b1

Please sign in to comment.