[damned-lies] chore: flake8 fixes on damnedlies



commit 2e9671158efb461973243ba4632dda0651ddeaba
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Fri Apr 30 11:39:52 2021 +0200

    chore: flake8 fixes on damnedlies

 damnedlies/settings.py | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index d2e72469..9c98940e 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -28,7 +28,7 @@ EMAIL_HOST = 'localhost'
 EMAIL_HOST_USER = ''
 EMAIL_HOST_PASSWORD = ''
 EMAIL_SUBJECT_PREFIX = '[Damned Lies] '
-EMAIL_HEADER_NAME= 'X-Vertimus'
+EMAIL_HEADER_NAME = 'X-Vertimus'
 DEFAULT_FROM_EMAIL = 'gnomeweb gnome org'
 SERVER_EMAIL = 'gnomeweb gnome org'
 # When in STRINGFREEZE, where to send notifications (gnome-i18n gnome org) on any POT changes
@@ -74,7 +74,10 @@ POTDIR = SCRATCHDIR / "POT"
 
 # The regex is used to determine if the module is in the standard VCS of the project
 VCS_HOME_REGEX = r"gitlab\.gnome\.org"
-VCS_HOME_WARNING = gettext_noop("This module is not part of the GNOME Git repository. Please check the 
module’s web page to see where to send translations.")
+VCS_HOME_WARNING = gettext_noop(
+    "This module is not part of the GNOME Git repository. Please check the module’s "
+    "web page to see where to send translations."
+)
 
 # By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings
 UPLOAD_DIR = 'upload'
@@ -147,7 +150,7 @@ INSTALLED_APPS = [
     'api',
 ]
 
-INTERNAL_IPS=('127.0.0.1',)
+INTERNAL_IPS = ('127.0.0.1',)
 
 SITE_DOMAIN = 'l10n.gnome.org'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]