🔖 release: bump to 1.5 #106
Annotations
42 errors and 1 warning
setup.py#L195
'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)
|
plugins/welcome/welcome.py#L52
Implicit string concatenation found in call (implicit-str-concat, W1404)
|
plugins/rss/rss.py#L629
Catching too general exception BaseException (broad-exception-caught, W0718)
|
plugins/rss/rss.py#L770
Catching too general exception Exception (broad-exception-caught, W0718)
|
plugins/rss/rss.py#L778
Using variable 'exc' before assignment (used-before-assignment, E0601)
|
plugins/rss/rss.py#L769
Unused variable 'exc' (unused-variable, W0612)
|
plugins/rss/rss.py#L871
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
|
plugins/rss/rss.py#L871
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
|
plugins/rss/rss.py#L884
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
|
plugins/rss/rss.py#L884
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
|
plugins/help/help.py#L205
Access to a protected member _UnionGenericAlias of a client class (protected-access, W0212)
|
plugins/help/help.py#L398
Number of parameters was 0 in 'HelpCommand.send_bot_help' and is now 2 in overriding 'Help.send_bot_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L399
Unused argument 'mappings' (unused-argument, W0613)
|
plugins/help/help.py#L456
Number of parameters was 0 in 'HelpCommand.send_command_help' and is now 2 in overriding 'Help.send_command_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L493
Number of parameters was 0 in 'HelpCommand.send_group_help' and is now 2 in overriding 'Help.send_group_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L534
Number of parameters was 0 in 'HelpCommand.send_cog_help' and is now 2 in overriding 'Help.send_cog_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L562
Number of parameters was 0 in 'HelpCommand.command_not_found' and is now 2 in overriding 'Help.command_not_found' method (arguments-differ, W0221)
|
plugins/help/help.py#L562
Method 'command_not_found' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method, W0236)
|
plugins/help/help.py#L574
Number of parameters was 0 in 'HelpCommand.send_error_message' and is now 2 in overriding 'Help.send_error_message' method (arguments-differ, W0221)
|
bot/args.py#L17
Unused argument 'ctx' (unused-argument, W0613)
|
bot/args.py#L65
Unused argument 'ctx' (unused-argument, W0613)
|
setup.py#L195
'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)
|
plugins/welcome/welcome.py#L52
Implicit string concatenation found in call (implicit-str-concat, W1404)
|
plugins/rss/rss.py#L629
Catching too general exception BaseException (broad-exception-caught, W0718)
|
plugins/rss/rss.py#L770
Catching too general exception Exception (broad-exception-caught, W0718)
|
plugins/rss/rss.py#L778
Using variable 'exc' before assignment (used-before-assignment, E0601)
|
plugins/rss/rss.py#L769
Unused variable 'exc' (unused-variable, W0612)
|
plugins/rss/rss.py#L871
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
|
plugins/rss/rss.py#L871
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
|
plugins/rss/rss.py#L884
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
|
plugins/rss/rss.py#L884
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
|
plugins/help/help.py#L205
Access to a protected member _UnionGenericAlias of a client class (protected-access, W0212)
|
plugins/help/help.py#L398
Number of parameters was 0 in 'HelpCommand.send_bot_help' and is now 2 in overriding 'Help.send_bot_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L399
Unused argument 'mappings' (unused-argument, W0613)
|
plugins/help/help.py#L456
Number of parameters was 0 in 'HelpCommand.send_command_help' and is now 2 in overriding 'Help.send_command_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L493
Number of parameters was 0 in 'HelpCommand.send_group_help' and is now 2 in overriding 'Help.send_group_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L534
Number of parameters was 0 in 'HelpCommand.send_cog_help' and is now 2 in overriding 'Help.send_cog_help' method (arguments-differ, W0221)
|
plugins/help/help.py#L562
Number of parameters was 0 in 'HelpCommand.command_not_found' and is now 2 in overriding 'Help.command_not_found' method (arguments-differ, W0221)
|
plugins/help/help.py#L562
Method 'command_not_found' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method, W0236)
|
plugins/help/help.py#L574
Number of parameters was 0 in 'HelpCommand.send_error_message' and is now 2 in overriding 'Help.send_error_message' method (arguments-differ, W0221)
|
bot/args.py#L17
Unused argument 'ctx' (unused-argument, W0613)
|
bot/args.py#L65
Unused argument 'ctx' (unused-argument, W0613)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@121b69fdf77b22fa2bbb8d081b455bd31d563197. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|