From 9231e51826779fe2fd7c1288b079c52f95e0845b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:36:00 +0000 Subject: [PATCH 1/2] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.18.0](https://github.com/adamchainz/django-upgrade/compare/1.16.0...1.18.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) --- .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 48b6226f..f35a3e3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: args: ["--py38-plus"] - repo: https://github.com/adamchainz/django-upgrade - rev: '1.16.0' + rev: '1.18.0' hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -42,6 +42,6 @@ repos: - id: isort - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell From 69cd4848c4abf48cfc60415b0b8e8941543b2338 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 4 Jun 2024 08:24:28 +0200 Subject: [PATCH 2/2] Update setup.cfg to fix codespell --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f92bca9b..01a40b88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,3 +48,4 @@ known_django = django [codespell] skip = *.js,*.po,./node_modules/*,./.idea/*,./.env/*,./.venv/*,./build/*,./djangocms_icon.egg-info/* +ignore-words-list = alpha-numeric,assertIn,THIRDPARTY