Mypy found 48 type error(s)/note(s) during a check on branch 924-mypy-typing-errors---branch-master-2292-issues for commit f3c5047.
(Workflow Run: https://github.com/TanjunBot/new_tanjun/actions/runs/24360479426)
Displaying up to 250 errors/notes below (Total: 48):
- commands/admin/purge.py:57: error: Returning Any from function declared to return "bool" [no-any-return]
- commands/admin/purge.py:71: error: Returning Any from function declared to return "bool" [no-any-return]
- commands/admin/purge.py:71: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/admin/purge.py:73: error: Returning Any from function declared to return "bool" [no-any-return]
- commands/admin/purge.py:73: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/admin/embedcreator.py:307: error: Statement is unreachable [unreachable]
- commands/admin/reports/unblock_reporter.py:14: error: Returning Any from function declared to return "None" [no-any-return]
- commands/admin/reports/unblock_reporter.py:14: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/admin/reports/unblock_reporter.py:30: error: Returning Any from function declared to return "None" [no-any-return]
- commands/admin/reports/unblock_reporter.py:30: note: Error code "no-any-return" not covered by "type: ignore" comment
- minigames/addLevelXp.py:149: error: Returning Any from function declared to return "str" [no-any-return]
- commands/giveaway/utility.py:130: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:130: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:298: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:298: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:311: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:311: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:324: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:324: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:341: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:341: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:360: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:360: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:376: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:376: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:408: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:408: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:434: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:434: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:456: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:456: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:483: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:483: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:521: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:521: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/giveaway/utility.py:675: error: Returning Any from function declared to return "None" [no-any-return]
- commands/giveaway/utility.py:675: note: Error code "no-any-return" not covered by "type: ignore" comment
- commands/math/plot_function.py:172: error: Unexpected keyword argument "title" for "__init_subclass__" of "object" [call-arg]
- /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/mypy/typeshed/stdlib/builtins.pyi:132: note: "__init_subclass__" of "object" defined here
- commands/math/plot_function.py:233: error: Returning Any from function declared to return "bool" [no-any-return]
- commands/math/plot_function.py:551: error: Unexpected keyword argument "title" for "__init_subclass__" of "object" [call-arg]
- /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/mypy/typeshed/stdlib/builtins.pyi:132: note: "__init_subclass__" of "object" defined here
- commands/math/plot_function.py:578: error: Unexpected keyword argument "title" for "__init_subclass__" of "object" [call-arg]
- /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/mypy/typeshed/stdlib/builtins.pyi:132: note: "__init_subclass__" of "object" defined here
- commands/math/plot_function.py:605: error: Unexpected keyword argument "title" for "__init_subclass__" of "object" [call-arg]
- /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/mypy/typeshed/stdlib/builtins.pyi:132: note: "__init_subclass__" of "object" defined here
- commands/math/plot_function.py:676: error: Unexpected keyword argument "title" for "__init_subclass__" of "object" [call-arg]
- /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/mypy/typeshed/stdlib/builtins.pyi:132: note: "__init_subclass__" of "object" defined here
The full list of 48 error(s)/note(s) is available in the artifact mypy-report-24360479426-f3c5047be7f19fa107ce29247e6773957a85de73 attached to the workflow run: https://github.com/TanjunBot/new_tanjun/actions/runs/24360479426
Mypy found 48 type error(s)/note(s) during a check on branch
924-mypy-typing-errors---branch-master-2292-issuesfor commitf3c5047.(Workflow Run: https://github.com/TanjunBot/new_tanjun/actions/runs/24360479426)
Displaying up to 250 errors/notes below (Total: 48):
The full list of 48 error(s)/note(s) is available in the artifact
mypy-report-24360479426-f3c5047be7f19fa107ce29247e6773957a85de73attached to the workflow run: https://github.com/TanjunBot/new_tanjun/actions/runs/24360479426