Skip to content

Commit f97375f

Browse files
ci: pre-commit autoupdate (#540)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1f4c515 commit f97375f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: codespell
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.11.4
42+
rev: v0.11.8
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]

djangocms_admin_style/templatetags/admin_style_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from django.template.loader import render_to_string
66
from django.utils.translation import gettext
77

8-
98
# We follow the Semantic versioning convention
109
# minor - Refers to the minor release track (3.x.1)
1110
# patch - Refers to the patch release track (3.4.x)

0 commit comments

Comments
 (0)