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

option to report possibly/conditionally uninitialized instance variables type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#977 opened Jan 5, 2025 by DetachHead
don't narrow locals if there is a nonlocal reference to it type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#976 opened Jan 4, 2025 by KotlinIsland
dont disable import suggestion code actions when autoImportCompletions is disabled config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension) language server LSP: code actions LSP: completions
#974 opened Jan 3, 2025 by igorechek06
[LSP Spec]: In response of signatureHelp, activeSignature starts from 1 awaiting response waiting for more info from the author - will eventually close if they don't respond language server
#972 opened Jan 1, 2025 by jinzhongjia
What's the proper way to submit language server settings? awaiting response waiting for more info from the author - will eventually close if they don't respond config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension) language server
#971 opened Dec 30, 2024 by aivarannamaa
type arguments of type aliases aren't checked against their definitions, only the underlying type 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
#969 opened Dec 27, 2024 by KotlinIsland
reportUnusedCallResult special casing for reveal_type doesn't work when aliased type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#964 opened Dec 22, 2024 by abelcheung
Could a shorter alias be accepted in place of e.g., pyright: ignore[reportReallyLongProblemName]? config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension) type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#961 opened Dec 19, 2024 by finite-state-machine
option for reportImportCycles to allow circular imports within a TYPE_CHECKING block type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#960 opened Dec 18, 2024 by Wizzerinus
no error when setter has completely invalid signature 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
#955 opened Dec 16, 2024 by DetachHead
some language servers settings don't mention their default value in the docs documentation Improvements or additions to documentation
#951 opened Dec 14, 2024 by DetachHead
vscode extension ignores pyproject.toml when workspace is a subfolder of the project root config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension) language server vscode the extension for vscode/vscodium
#941 opened Dec 9, 2024 by laguill
support live share in vscode vscode the extension for vscode/vscodium
#939 opened Dec 9, 2024 by KotlinIsland
Bad completion candidates inside a specifically formatted condition language server LSP: completions upstream bug a bug that also exists in pyright but has not been raised upstream
#933 opened Dec 7, 2024 by bstaletic
invalid error when using a TypeVar in a Callable annotation on a variable type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#930 opened Dec 6, 2024 by KotlinIsland
uv lockfile needs to be regenerated manually after every release project internal stuff relating to the repo itself (eg. ci)
#929 opened Dec 5, 2024 by DetachHead
baseline blacklist / whitelist baseline config issues relating to config (pyproject.toml, pyrightconfig.json, LSP config or vscode extension)
#928 opened Dec 5, 2024 by DetachHead
no error when duplicate definition of TypeVar 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
#923 opened Dec 3, 2024 by DetachHead
Feature Request: Automatically Use project.requires-python as pythonVersion in Basedpyright Configuration 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
#921 opened Dec 2, 2024 by A-kirami
import suggestions from ast module always shows up before typing language server LSP: import suggestions import suggestions can show as either a code action or autocomplete suggestion
#919 opened Dec 2, 2024 by DetachHead
add a new rule that bans usages of NewType because it's currently not handled correctly at all type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#918 opened Dec 2, 2024 by KotlinIsland
reportImplicitOverride false negative when overridden method has decorator with Callable type 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
#915 opened Nov 28, 2024 by DetachHead
bad message content when class extends abstract class and defines an abstract member type checking / linting issues relating to existing diagnostic rules or proposals for new diagnostic rules
#913 opened Nov 28, 2024 by KotlinIsland
ProTip! Type g i on any issue or pull request to go back to the issue listing page.