[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-12-24 10:48:20 +00:00
parent ef9c0c3699
commit afab28dfa9
37 changed files with 4868 additions and 4052 deletions

View file

@ -1709,4 +1709,3 @@ def generate_keywords(num_keywords):
list[str]: List of randomly selected keywords
"""
return random.sample(WORD_LIST, k=num_keywords)