--- #196
Annotations
12 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
F403:
src/cogs/BotManage.py#L20
./src/cogs/BotManage.py:20:1: F403 'from src.utils.checks import *' used; unable to detect undefined names
|
F403:
src/cogs/BotManage.py#L21
./src/cogs/BotManage.py:21:1: F403 'from src.tools.BotTools import *' used; unable to detect undefined names
|
E401:
src/cogs/BotManage.py#L23
./src/cogs/BotManage.py:23:15: E401 multiple imports on one line
|
E231:
src/cogs/BotManage.py#L23
./src/cogs/BotManage.py:23:15: E231 missing whitespace after ','
|
E231:
src/cogs/BotManage.py#L23
./src/cogs/BotManage.py:23:19: E231 missing whitespace after ','
|
E231:
src/cogs/BotManage.py#L27
./src/cogs/BotManage.py:27:22: E231 missing whitespace after ','
|
E231:
src/cogs/BotManage.py#L27
./src/cogs/BotManage.py:27:26: E231 missing whitespace after ','
|
F405:
src/cogs/BotManage.py#L32
./src/cogs/BotManage.py:32:21: F405 'check_botowner' may be undefined, or defined from star imports: src.tools.BotTools, src.utils.checks
|
E231:
src/cogs/BotManage.py#L34
./src/cogs/BotManage.py:34:25: E231 missing whitespace after ','
|
E231:
src/cogs/BotManage.py#L34
./src/cogs/BotManage.py:34:29: E231 missing whitespace after ','
|