Skip to content

Commit c7a599d

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 741b90b commit c7a599d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 5 additions & 5 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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
6+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -19,24 +19,24 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
22+
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/adamchainz/blacken-docs
27-
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
27+
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
2828
hooks:
2929
- id: blacken-docs
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
32+
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
3333
hooks:
3434
- id: prettier
3535
files: \.(css|html|md|yml|yaml)
3636
args: [--prose-wrap=preserve]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 # frozen: v3.16.0
39+
rev: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 # frozen: v3.16.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

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