Skip to content

Commit

Permalink
gh-226: pre-commit's mirror of prettier is obsolete (#247)
Browse files Browse the repository at this point in the history
[pre-commit's mirror of
prettier](https://github.com/pre-commit/mirrors-prettier) was
[archived](https://github.com/pre-commit/mirrors-prettier?tab=readme-ov-file#archived)
a few months back -

> # archived
>
> prettier made some changes that breaks plugins entirely

Scientific Python recommends using
https://github.com/rbubley/mirrors-prettier?tab=readme-ov-file now.

Refs: #226
  • Loading branch information
Saransh-cpp authored Sep 18, 2024
1 parent 1b4d5c8 commit 30f86a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ repos:
- --in-place
- --spaces-indent-inline-array=4
- --trailing-comma-inline-array
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
args:
Expand Down

0 comments on commit 30f86a6

Please sign in to comment.