From 5cf3043fe8c7fc62c03e99a7c4f16d82f5187625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 28 Jan 2025 17:30:00 +0100 Subject: [PATCH] chore: pre-commit autoupdate --- .pre-commit-config.yaml | 4 ++-- CHANGES.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d0bc7e2..c886e3d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.1' + rev: 'v0.9.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -20,7 +20,7 @@ repos: hooks: - id: djhtml - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell additional_dependencies: diff --git a/CHANGES.rst b/CHANGES.rst index 4ca32dcf..5f141056 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -575,7 +575,7 @@ Fixed ^^^^^ - Fix typos and grammar errors. :pr:`84` -- Fix wording and punctuations. :pr:`86` +- Fix wording and punctuation. :pr:`86` - Fix HTML lang tag. :issue:`122` :pr:`87` - Automatically trims the HTML translated strings. :pr:`91` - Fixed dynamic registration scope management. :issue:`123` :pr:`93`