update CI config

This commit is contained in:
Jérémy Didderen
2024-01-28 14:24:18 +01:00
committed by Luc De Meyer
parent 1d9bbe19ae
commit 64ab2dc6d8
2 changed files with 4 additions and 4 deletions

View File

@@ -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}"
)