From f37d8e488f61362ca932aa05b37c10dcbf2d7b4b Mon Sep 17 00:00:00 2001
From: Richard vL
- {{ $t('user.username') }}: changeme@example.com
+ {{ $t('user.username') }}: changeme@example.com
+
- {{ $t('user.password') }}: MyPassword
+ {{ $t('user.password') }}: MyPassword
+
{{ $t('user.dont-want-to-see-this-anymore-be-sure-to-change-your-email') }} From 7926812136eec2b6295d4c985355e85b6bd5ff3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:39:36 +0000 Subject: [PATCH 2/2] chore(auto): Update pre-commit hooks (#5933) Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5979b41b..265c07bac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml exclude: "mkdocs.yml" @@ -12,7 +12,7 @@ repos: exclude: ^tests/data/ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.7 + rev: v0.12.8 hooks: - id: ruff - id: ruff-format