diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0ebde4..07c909f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -25,30 +25,30 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.19.0" + rev: "v3.20.0" hooks: - id: pyupgrade args: [--py312] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.28.0" + rev: "1.29.0" hooks: - id: django-upgrade args: [--target-version, "5.2"] - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.9.0 hooks: - id: black - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.4.2" + rev: "v3.6.2" hooks: - id: prettier exclude_types: [html, css, json, scss] exclude: '(^trac-env\/htdocs\/js\/lib\/.*$)' - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.5.0" + rev: "v2.7.0" hooks: - id: pyproject-fmt diff --git a/trac-env/htdocs/tickethacks.js b/trac-env/htdocs/tickethacks.js index d41c400..17cfa1f 100644 --- a/trac-env/htdocs/tickethacks.js +++ b/trac-env/htdocs/tickethacks.js @@ -275,7 +275,7 @@ $(function () { 'if an excellent patch is submitted.

' + "

If you're interested in contributing to the issue, " + 'raising your ideas on the Django Forum ' + - "would be a great place to start.

", + 'would be a great place to start.

', ); } if (next_steps.length) {