Skip to content

Try the search_ao3 feature #82

Try the search_ao3 feature

Try the search_ao3 feature #82

Triggered via push April 16, 2024 21:45
Status Failure
Total duration 44s
Artifacts
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Type Coverage and Linting @ 3.10: exts/dice.py#L628
Type of "error" is partially unknown   Type of "error" is "(coro: ((Unknown, ContextT@error, CommandError) -> Coroutine[Any, Any, Any]) | ((ContextT@error, CommandError) -> Coroutine[Any, Any, Any]), /) -> (((Unknown, ContextT@error, CommandError) -> Coroutine[Any, Any, Any]) | ((ContextT@error, CommandError) -> Coroutine[Any, Any, Any]))" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/dice.py#L642
Argument type is partially unknown   Argument corresponds to parameter "command" in function "add_command"   Argument type is "HybridCommand[Unknown, (expression: str | None = None), None]" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.10: exts/emoji_ops.py#L30
Type of "open" is partially unknown   Type of "open" is "(fp: Unknown, mode: str = "r", formats: Unknown | None = None) -> Image" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/emoji_ops.py#L32
Type of "save" is partially unknown   Type of "save" is "(fp: Unknown, format: Unknown | None = None, **params: Unknown) -> None" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/story_search.py#L305
Type of "open" is partially unknown   Type of "open" is "(mode: str = 'r', *args: Unknown, **kwargs: Unknown) -> None" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/story_search.py#L305
Object of type "None" cannot be used with "with" because it does not implement __enter__   Member "__enter__" is unknown (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: exts/story_search.py#L305
Object of type "None" cannot be used with "with" because it does not implement __exit__ (reportGeneralTypeIssues)
Type Coverage and Linting @ 3.10: exts/story_search.py#L305
Type of "story_file" is unknown (reportUnknownVariableType)
Type Coverage and Linting @ 3.10
8 errors
Type Coverage and Linting @ 3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.