Bump cachetools from 5.3.1 to 5.3.2 #831
Annotations
11 warnings
Flake8
The following actions uses node12 which is deprecated and will be forced to run on node16: suo/flake8-github-action@releases/v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Pylint:
.pylintrc#L1
Unknown option value for '--disable', expected a valid pylint message and got 'long-suffix' (unknown-option-value)
|
Pylint:
.pylintrc#L1
Unknown option value for '--disable', expected a valid pylint message and got 'old-ne-operator' (unknown-option-value)
|
Pylint:
.pylintrc#L1
Unknown option value for '--disable', expected a valid pylint message and got 'old-octal-literal' (unknown-option-value)
|
Pylint:
.pylintrc#L1
Unknown option value for '--disable', expected a valid pylint message and got 'non-ascii-bytes-literal' (unknown-option-value)
|
Pylint:
.pylintrc#L1
Unknown option value for '--disable', expected a valid pylint message and got 'eq-without-hash' (unknown-option-value)
|
Pylint:
bot/emblem_downloader.py#L21
Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
|
Pylint:
bot/commander_service.py#L32
Unused variable 'ex' (unused-variable)
|
Pylint:
bot/TS3Bot.py#L48
Unnecessary pass statement (unnecessary-pass)
|
Pylint:
bot/user_service.py#L151
remove channel groups as well (fixme)
|
Pylint:
bot/guild_service.py#L178
error check (fixme)
|