Skip to content

Commit 41b3c8d

Browse files
committed
Update pre-commit hooks
1 parent 148d924 commit 41b3c8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1024"]
@@ -25,30 +25,30 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v3.19.0"
28+
rev: "v3.20.0"
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py312]
3232

3333
- repo: https://github.com/adamchainz/django-upgrade
34-
rev: "1.22.2"
34+
rev: "1.28.0"
3535
hooks:
3636
- id: django-upgrade
3737
args: [--target-version, "5.0"]
3838

3939
- repo: https://github.com/psf/black
40-
rev: 24.10.0
40+
rev: 25.9.0
4141
hooks:
4242
- id: black
4343

4444
- repo: https://github.com/rbubley/mirrors-prettier
45-
rev: "v3.4.2"
45+
rev: "v3.6.2"
4646
hooks:
4747
- id: prettier
4848
exclude_types: [html, css, json, scss]
4949
exclude: '(^trac-env\/htdocs\/js\/lib\/.*$)'
5050

5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: "v2.5.0"
52+
rev: "v2.6.0"
5353
hooks:
5454
- id: pyproject-fmt

trac-env/htdocs/tickethacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $(function () {
275275
'if an excellent patch is submitted.</p>' +
276276
"<p>If you're interested in contributing to the issue, " +
277277
'raising your ideas on the <a href="https://forum.djangoproject.com/c/internals/5">Django Forum</a> ' +
278-
"would be a great place to start.<p>",
278+
'would be a great place to start.<p>',
279279
);
280280
}
281281
if (next_steps.length) {

0 commit comments

Comments
 (0)