-
Notifications
You must be signed in to change notification settings - Fork 21
Issues: DetachHead/basedpyright
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Final
class variable not highlighted as readonly on usages
language server
LSP: semantic highlighting
#887
opened Nov 18, 2024 by
DetachHead
semantic highlighting on readonly property also highlights the variable
language server
LSP: semantic highlighting
#886
opened Nov 18, 2024 by
DetachHead
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
#880
opened Nov 15, 2024 by
DetachHead
private members of classes should not be included in completions
language server
LSP: completions
#878
opened Nov 15, 2024 by
DetachHead
use the issues relating to existing diagnostic rules or proposals for new diagnostic rules
instance
/owner
type to report an error when a descriptor value is used in a class that it doesn't support
type checking / linting
#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
incorrect inlay hint for tuple type when it's nested inside another generic
language server
LSP: inlay hints
#871
opened Nov 13, 2024 by
DetachHead
reportUninitializedInstanceVariable
false positive in some cases when extending multiple protocols
type checking / linting
#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
nonsense inlay hint on unbound
ClassVar
/ Final
language server
LSP: inlay hints
#866
opened Nov 12, 2024 by
DetachHead
no error on unbound 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
ClassVar
type checking / linting
#865
opened Nov 12, 2024 by
DetachHead
Don't report reportUnannotatedClassAttribute for class issues relating to existing diagnostic rules or proposals for new diagnostic rules
__slots__
attribute
type checking / linting
#860
opened Nov 8, 2024 by
ashb
deprecated
decorator doesn't work with overload
and contextmanager
decorators
type checking / linting
#859
opened Nov 8, 2024 by
DetachHead
dataclass
's generated __replace__
breaks lsp
rejected upstream
#854
opened Nov 7, 2024 by
KotlinIsland
collections.abc
auto-import option is missing
language server
LSP: import suggestions
#848
opened Nov 5, 2024 by
jorenham
narrowing class attribute using 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
__bool__
doesn't work
type checking / linting
#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 issues relating to existing diagnostic rules or proposals for new diagnostic rules
reportImportCycles
rule
type checking / linting
#827
opened Oct 30, 2024 by
DetachHead
reportMissingSuperCall
false negative when the super method is conditionally called
type checking / linting
#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
remove column number matching from baseline and rely on error node length and the diff library
baseline
#820
opened Oct 28, 2024 by
DetachHead
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.