Migrate to uv. #55
Annotations
10 errors and 11 warnings
Type checking with BasedPyright:
bootstrapper.py#L4
Import "discord" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
bootstrapper.py#L5
Import "dotenv" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
nameless/nameless.py#L8
Import "discord" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
nameless/nameless.py#L9
Import "discord" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
nameless/nameless.py#L10
Import "discord.ext" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
nameless/nameless.py#L46
Method "setup_hook" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
|
Type checking with BasedPyright:
nameless/nameless.py#L67
Method "on_command_error" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
|
Type checking with BasedPyright:
nameless/nameless.py#L84
Method "close" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
|
Type checking with BasedPyright:
nameless/command/crossover.py#L4
Import "discord" could not be resolved (reportMissingImports)
|
Type checking with BasedPyright:
nameless/command/crossover.py#L5
Import "discord.ui" could not be resolved (reportMissingImports)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Type checking with BasedPyright:
bootstrapper.py#L5
Type of "find_dotenv" is unknown (reportUnknownVariableType)
|
Type checking with BasedPyright:
bootstrapper.py#L5
Type of "load_dotenv" is unknown (reportUnknownVariableType)
|
Type checking with BasedPyright:
bootstrapper.py#L14
Type of "utils" is unknown (reportUnknownMemberType)
|
Type checking with BasedPyright:
bootstrapper.py#L14
Type of "setup_logging" is unknown (reportUnknownMemberType)
|
Type checking with BasedPyright:
nameless/nameless.py#L9
Type of "ActivityType" is unknown (reportUnknownVariableType)
|
Type checking with BasedPyright:
nameless/nameless.py#L9
Type of "Permissions" is unknown (reportUnknownVariableType)
|
Type checking with BasedPyright:
nameless/nameless.py#L10
Type of "commands" is unknown (reportUnknownVariableType)
|
Type checking with BasedPyright:
nameless/nameless.py#L20
Type of "Bot" is unknown (reportUnknownMemberType)
|
Type checking with BasedPyright:
nameless/nameless.py#L20
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Type checking with BasedPyright:
nameless/nameless.py#L27
Type of "_intents" is unknown (reportUnknownVariableType)
|
Loading