Skip to content

Commit

Permalink
🤖🧹 reformat Python files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados authored and github-actions[bot] committed Nov 20, 2024
1 parent c41456c commit 6007fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/morphodict/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def defaultDatabasePath():
DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS: Optional[tuple[str, ...]] = tuple()

# phrase_translation default check (workaround for alternative FST tag systems)
DEFAULT_PHRASE_TRANSLATE_CHECK: Callable[[Any], bool] = lambda x : False
DEFAULT_PHRASE_TRANSLATE_CHECK: Callable[[Any], bool] = lambda x: False

# Used for the bulk search API
SPEECH_DB_EQ = ["_"]
Expand Down
2 changes: 1 addition & 1 deletion src/stoeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
MORPHODICT_SUPPORTS_AUTO_DEFINITIONS = True

DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS = ("+V",)
DEFAULT_PHRASE_TRANSLATE_CHECK = lambda x : True
DEFAULT_PHRASE_TRANSLATE_CHECK = lambda x: True

MORPHODICT_ORTHOGRAPHY = {
"default": "Latn",
Expand Down

0 comments on commit 6007fe1

Please sign in to comment.