Automatic linting

This commit is contained in:
Github-actions
2025-04-26 07:21:40 +00:00
parent e42dacdc41
commit 90e1d38ecf

View File

@@ -113,7 +113,7 @@ def extract_contributors(repo_name, github_token):
continue
if '@' in author_name:
author_name = f"<{author_name.replace('@', ' [at] ')}>"
author_name = f'<{author_name.replace("@", " [at] ")}>'
if 'Translated using Weblate' in commit_message:
language_match = re.search(r'Translated using Weblate \((.+)\)', commit_message)