Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13933/head
pre-commit-ci[bot] 7 days ago
parent
commit
09720f0c13
  1. 2
      scripts/translate.py

2
scripts/translate.py

@ -267,6 +267,7 @@ def list_outdated(lang: str) -> list[Path]:
print(outdated_paths)
return outdated_paths
@app.command()
def update_outdated(lang: str) -> None:
outdated_paths = list_outdated(lang)
@ -276,5 +277,6 @@ def update_outdated(lang: str) -> None:
print(f"Done updating: {path}")
print("Done updating all outdated paths")
if __name__ == "__main__":
app()

Loading…
Cancel
Save