Skip to content

Commit dcc6f2c

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent f15b54f commit dcc6f2c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
6+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
22+
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
2323
hooks:
2424
- id: prettier
2525
files: \.(css|html|md|yml|yaml)
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
29+
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

‎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)