Update codespell to 2.3.0 (#118001)

This commit is contained in:
Marc Mueller
2024-05-24 08:22:29 +02:00
committed by GitHub
parent 93daac9b3d
commit dc47792ff2
22 changed files with 29 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ def run():
key_data = lokalise.keys_list({"filter_keys": ",".join(chunk), "limit": 1000})
if len(key_data) != len(chunk):
print(
f"Lookin up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
f"Looking up key in Lokalise returns {len(key_data)} results, expected {len(chunk)}"
)
if not key_data: