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

self and cls semantic highlighting language server LSP: semantic highlighting pylance parity feature that exists in pylance but not pyright / bug specific to our impl of a pylance feature
#884 opened Nov 16, 2024 by Kajiih
__getattr__ is unsafe on subclasses type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#880 opened Nov 15, 2024 by DetachHead
use the instance/owner type to report an error when a descriptor value is used in a class that it doesn't support type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#877 opened Nov 15, 2024 by DetachHead
class with invariant generic that's assignable to protocol with generic inferred to be invariant from a property with a getter & setter is incorrectly treated as covariant type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#875 opened Nov 14, 2024 by DetachHead
reportUninitializedInstanceVariable false positive in some cases when extending multiple protocols type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#870 opened Nov 13, 2024 by vikigenius
pydantic plugin plugin feature specific to some third party module and therefore requires a plugin system
#868 opened Nov 13, 2024 by DetachHead
no error on unbound ClassVar type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#865 opened Nov 12, 2024 by DetachHead
Don't report reportUnannotatedClassAttribute for class __slots__ attribute type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#860 opened Nov 8, 2024 by ashb
deprecated decorator doesn't work with overload and contextmanager decorators type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#859 opened Nov 8, 2024 by DetachHead
dataclass's generated __replace__ breaks lsp 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
#854 opened Nov 7, 2024 by KotlinIsland
collections.abc auto-import option is missing language server LSP: import suggestions import suggestions can show as either a code action or autocomplete suggestion
#848 opened Nov 5, 2024 by jorenham
narrowing class attribute using __bool__ doesn't work type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#846 opened Nov 4, 2024 by DetachHead
counterproductive error message truncation cli config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension) rejected upstream also a bug in pyright/pylance or feature that isn't in pyright/pylance - they refused to address it
#842 opened Nov 2, 2024 by jorenham
option to ban default values on overload signatures type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#836 opened Oct 31, 2024 by DetachHead
error when overriding optional field with mandatory field on dataclass, and false negative when attempting to instantiate the subclass without the mandatory field 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
#835 opened Oct 31, 2024 by DetachHead
investigate the reportImportCycles rule type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#827 opened Oct 30, 2024 by DetachHead
reportMissingSuperCall false negative when the super method is conditionally called type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules upstream bug a bug that also exists in pyright but has not been raised upstream
#823 opened Oct 29, 2024 by DetachHead
Report error if unpacking an iterable of unknown size type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#821 opened Oct 28, 2024 by npip99
ProTip! Add no:assignee to see everything that’s not assigned.