Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d95cb98

Browse files
MAINT: switch to maintained prettier fork (#80)
* MAINT: switch to maintained prettier fork * '[pre-commit.ci πŸ€–] Apply code format tools to PR' --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e646bd commit d95cb98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repos:
1818
- id: mixed-line-ending
1919
- id: trailing-whitespace
2020

21-
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
21+
- repo: https://github.com/rbubley/mirrors-prettier
22+
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
2323
hooks:
2424
- id: prettier
2525
files: \.(css|html|md|yml|yaml)

β€Ždevstats/reports/prs_pony_factor.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ glue("{{ project }}_pony_factor", pony_factor)
5454
% - pony factor over time, e.g yearly bins
5555

5656
[^master_to_main]: i.e. `master` or `main`.
57+
5758
[^only_active]: This only includes PRs from users with an active GitHub account.

β€Ždevstats/reports/pull_requests/pony_factor.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ glue("{{ project }}_pony_factor", pony_factor)
5454
% - pony factor over time, e.g yearly bins
5555

5656
[^master_to_main]: i.e. `master` or `main`.
57+
5758
[^only_active]: This only includes PRs from users with an active GitHub account.

0 commit comments

Comments
Β (0)