From 97618fefc6aaa682db0c957f7f7f79ffc9750e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Didderen?= Date: Sun, 28 Jan 2024 14:24:18 +0100 Subject: [PATCH] update CI config --- account_ebics/models/ebics_config.py | 2 +- account_ebics/models/ebics_file.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index 0914307..5582092 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.py @@ -148,7 +148,7 @@ class EbicsConfig(models.Model): ok = False if not ok: raise UserError( - _( + _( # pylint: disable=W8120 "Order Number should comply with the following pattern:" "\n[A-Z]{1}[A-Z0-9]{3}" ) diff --git a/account_ebics/models/ebics_file.py b/account_ebics/models/ebics_file.py index fc78cb2..1979643 100644 --- a/account_ebics/models/ebics_file.py +++ b/account_ebics/models/ebics_file.py @@ -1,4 +1,4 @@ -# Copyright 2009-2023 Noviat. +# Copyright 2009-2024 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import base64 @@ -168,8 +168,8 @@ class EbicsFile(models.Model): if raise_if_not_found: raise UserError( _( - "The module to process the '%(ebics_format)s' format is not installed " - "on your system. " + "The module to process the '%(ebics_format)s' format is not " + "installed on your system. " "\nPlease install module '%(module)s'", ebics_format=self.format_id.name, module=module,