Skip to content

Commit 4d83ca8

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 91f032d commit 4d83ca8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 4 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,21 +19,21 @@ 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: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
29+
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
36+
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
3737
hooks:
3838
- id: codespell
3939

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