From 7eb470e70b5d9bbdf1cbe9df3550150357772872 Mon Sep 17 00:00:00 2001 From: fbanados Date: Tue, 19 Nov 2024 22:55:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A7=B9=20reformat=20Python=20?= =?UTF-8?q?files=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/morphodict/site/settings.py | 2 +- src/stoeng/site/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/morphodict/site/settings.py b/src/morphodict/site/settings.py index 9d73f816a..756f16f28 100644 --- a/src/morphodict/site/settings.py +++ b/src/morphodict/site/settings.py @@ -402,7 +402,7 @@ def defaultDatabasePath(): # An optional list of tags used for the phrase translation stage, useful for prototyping in new languages -DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS : Optional[tuple[str, ...]]= tuple() +DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS: Optional[tuple[str, ...]] = tuple() # Used for the bulk search API SPEECH_DB_EQ = ["_"] diff --git a/src/stoeng/site/settings.py b/src/stoeng/site/settings.py index 4ca052896..0f0c3acee 100644 --- a/src/stoeng/site/settings.py +++ b/src/stoeng/site/settings.py @@ -45,7 +45,7 @@ STRICT_ANALYZER_FST_FILENAME = RELAXED_ANALYZER_FST_FILENAME STRICT_GENERATOR_FST_FILENAME = "generator-gt-dict-norm.hfstol" -FST_TOOL_SAMPLES = [ "yúda", "myudad" ] +FST_TOOL_SAMPLES = ["yúda", "myudad"] # Without this, importjson by default will not attempt to add inflected definitions using phrase translation. MORPHODICT_SUPPORTS_AUTO_DEFINITIONS = True