Add voting reminders #741
Annotations
4 errors and 2 warnings
Ruff (F401):
bot/cogs/core/voting.py#L12
bot/cogs/core/voting.py:12:28: F401 `bot.utils.misc.get_user_and_lang_from_loc` imported but unused
|
Ruff (Q000):
bot/cogs/core/voting.py#L44
bot/cogs/core/voting.py:44:28: Q000 Single quotes found but double quotes preferred
|
isort error:
bot/cogs/core/voting.py#L1
There is an issue with formatting inthis file (not necessarily on line one, run ruff format to fix)
|
ci
Process completed with exit code 1.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|