Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -19,14 +19,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo has the notice on it: This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Are we still supposed to use it (the mirror), or is there a way to use prettier directly?

For now, I would ignore this version update.

rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(css|html|md|yml|yaml)
args: [--prose-wrap=preserve]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand Down
1 change: 1 addition & 0 deletions devstats/reports/prs_pony_factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ glue("{{ project }}_pony_factor", pony_factor)
% - pony factor over time, e.g yearly bins

[^master_to_main]: i.e. `master` or `main`.

[^only_active]: This only includes PRs from users with an active GitHub account.
1 change: 1 addition & 0 deletions devstats/reports/pull_requests/pony_factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ glue("{{ project }}_pony_factor", pony_factor)
% - pony factor over time, e.g yearly bins

[^master_to_main]: i.e. `master` or `main`.

[^only_active]: This only includes PRs from users with an active GitHub account.
Loading