Skip to content

Commit

Permalink
pre-commit: disable prettier due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 24, 2024
1 parent d0e1af3 commit 906a85b
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 @@ -42,7 +42,7 @@ repos:
- id: trailing-whitespace
exclude_types: [svg]

- 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 906a85b

Please sign in to comment.