We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4c515 commit f97375fCopy full SHA for f97375f
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
- id: codespell
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.11.4
+ rev: v0.11.8
43
hooks:
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
djangocms_admin_style/templatetags/admin_style_tags.py
@@ -5,7 +5,6 @@
5
from django.template.loader import render_to_string
6
from django.utils.translation import gettext
7
8
-
9
# We follow the Semantic versioning convention
10
# minor - Refers to the minor release track (3.x.1)
11
# patch - Refers to the patch release track (3.4.x)
0 commit comments