Skip to content

Issues: DetachHead/basedpyright

add a 👍 react to issues to help us prioritize
#404 by DetachHead was closed Jun 11, 2024
Closed
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

unnecessaryIsInstance not reported for bytes type on bytearray | bytes when disableBytesTypePromotions = false type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#495 opened Jul 12, 2024 by ItsDrike
Accessing unknown & private variable doesn't trigger reportPrivateUsage type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#494 opened Jul 12, 2024 by ItsDrike
False positive on reportUninitializedInstanceVariable with abstract dataclasses type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#491 opened Jul 10, 2024 by ItsDrike
reportInvalidTypeForm false positive on type alias to Never type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#490 opened Jul 10, 2024 by DetachHead
work in markdown codeblocks language server pycharm parity feature that exists in pycharm but not pyright
#488 opened Jul 9, 2024 by KotlinIsland
Semantic highlighting for Quarto .qmd file? vscode the vscode extension
#487 opened Jul 9, 2024 by ntluong95
Support for awaiting "Future like" objects awaiting response waiting for more info from the author - will eventually close if they don't respond type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#486 opened Jul 9, 2024 by jcorbett-sweater
apply fixes in the cli cli
#484 opened Jul 9, 2024 by KotlinIsland
link to docs.python.org language server pycharm parity feature that exists in pycharm but not pyright
#483 opened Jul 9, 2024 by KotlinIsland
verboseOutput config option doesn't work config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension)
#481 opened Jul 8, 2024 by DetachHead
assert_never with Union type and match ... case triggers reportUnnecessaryComparison rejected upstream also a bug in pyright/pylance or feature that isn't in pyright/pylance - they refused to address it type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules unreachable issues about unreachable code (which doesn't get typechecked)
#469 opened Jul 3, 2024 by mark-henry01
unreachable false positive in pyright 1.1.370 type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules unreachable issues about unreachable code (which doesn't get typechecked)
#467 opened Jul 3, 2024 by DetachHead
Feature: Enforce __all__ in all modules? type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#463 opened Jul 2, 2024 by mgzenitech
narrowing variable with is None when the type is a Protocol that matches None incorrectly gets narrowed to Never type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules unreachable issues about unreachable code (which doesn't get typechecked)
#459 opened Jun 30, 2024 by DetachHead
snippet support? language server rejected upstream also a bug in pyright/pylance or feature that isn't in pyright/pylance - they refused to address it
#458 opened Jun 29, 2024 by znd4
reportUninitializedInstanceVariable false positive when initialized in __new__ type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#455 opened Jun 27, 2024 by DetachHead
new diagnostic rule - error in fstring if value does not define a __str__ type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#453 opened Jun 26, 2024 by DetachHead
reportUnreachable false positive when using isinstance to compare Callable type against non-final class that does not define a __call__ type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules unreachable issues about unreachable code (which doesn't get typechecked)
#452 opened Jun 25, 2024 by DetachHead
object.__eq__ should only allow Self as the other argument based non-standard/breaking change (something you'd want to disable if developing a lib) type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#451 opened Jun 25, 2024 by DetachHead
new diagnostic rule - error when dataclass extends single class with __init__ type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#449 opened Jun 25, 2024 by DetachHead
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.