Skip to content

Commit 7b7e5e5

Browse files
Solved rules (#518)
* fix ruff rule I001 * fix ruff rule E501 * fix ruff rule C408 * removed extend-ignore list from pyproject.toml * chore: ruff reformatted * chore: trim trailing whitespace * chore: create extend-exclude section * Add SVG to ruff exclude --------- Co-authored-by: Mark Walker <[email protected]>
1 parent e1a55f8 commit 7b7e5e5

File tree

18 files changed

+175
-175
lines changed

18 files changed

+175
-175
lines changed

djangocms_admin_style/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
Release logic:
55
1. Increase version number (change __version__ below).
6-
2. Ensure the static bundle is upto date with ``nvm use && gulp icons && gulp sass bundle``
6+
2. Ensure the static bundle is upto date with
7+
``nvm use && gulp icons && gulp sass bundle``
78
3. Assure that all changes have been documented in CHANGELOG.rst.
89
4. In setup.py check that
910
- versions from all third party packages are pinned in ``REQUIREMENTS``.
@@ -16,4 +17,4 @@
1617
10. Publish the release when ready
1718
11. Github actions will publish the new package to pypi
1819
"""
19-
__version__ = '3.3.0'
20+
__version__ = "3.3.0"

djangocms_admin_style/locale/de/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Angelo Dini <[email protected]>, 2016

djangocms_admin_style/locale/es/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Paulo <[email protected]>, 2015

djangocms_admin_style/locale/fr/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Frigory33 <[email protected]>, 2016

djangocms_admin_style/locale/it/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# yakky <[email protected]>, 2015

djangocms_admin_style/locale/lt/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Matas Dailyda <[email protected]>, 2015

djangocms_admin_style/locale/ru/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Mikhail Kolesnik <[email protected]>, 2015

djangocms_admin_style/locale/uk/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
#
4+
#
55
# Translators:
66
# Translators:
77
# Mikhail Kolesnik <[email protected]>, 2015

djangocms_admin_style/sass/libs/html5-boilerplate/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
mark {
117117
color: $black;
118-
font-weight: bold;
118+
font-weight: bold;
119119
font-style: italic;
120120
background-color: #ff9;
121121
}

djangocms_admin_style/static/djangocms_admin_style/fonts/django-admin-icons.svg

Lines changed: 5 additions & 5 deletions
Loading

0 commit comments

Comments
 (0)