From 05b3deb6948a10418196311996b44db7eed921f9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 18:47:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/translate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/translate.py b/scripts/translate.py index 28e300edd..09533747b 100644 --- a/scripts/translate.py +++ b/scripts/translate.py @@ -227,6 +227,7 @@ def remove_removable(lang: str) -> None: print(f"Removed: {path}") print("Done removing all removable paths") + @app.command() def remove_all_removable() -> None: all_removable = list_all_removable() @@ -235,5 +236,6 @@ def remove_all_removable() -> None: print(f"Removed: {removable_path}") print("Done removing all removable paths") + if __name__ == "__main__": app()