From f46e92f5c3a4ef5690d8860c632ae2f4e0811fdd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:44:24 +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/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.6.3) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e8375b4..52be5463 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: codespell - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] From da7270a416fabc8bf5d4d1f766ff884076cc650f Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 2 Sep 2024 21:47:04 +0200 Subject: [PATCH 2/2] Update admin_style_tags.py to fix isort issue --- djangocms_admin_style/templatetags/admin_style_tags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/djangocms_admin_style/templatetags/admin_style_tags.py b/djangocms_admin_style/templatetags/admin_style_tags.py index 10da7711..ca4093db 100644 --- a/djangocms_admin_style/templatetags/admin_style_tags.py +++ b/djangocms_admin_style/templatetags/admin_style_tags.py @@ -5,6 +5,7 @@ from django.template.loader import render_to_string from django.utils.translation import gettext + # We follow the Semantic versioning convention # minor - Refers to the minor release track (3.x.1) # patch - Refers to the patch release track (3.4.x)