Note: if you are reporting a wrong signature of a function or a class in the standard library, then the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues.
If you have a question about typing or a behavior that you’re seeing in Pyright (as opposed to a bug report or enhancement request), consider posting to the Pyright discussion forum.
Describe the bug
A clear and concise description of the behavior you are seeing and the expected behavior along with steps to reproduce it.
Pyright ignores my configuation regarding treating general type errors as warnings .
VS Code extension or command-line
Are you running pyright as a VS Code extension, a language server in another editor, integrated into Pylance, or the command-line tool? Which version?
I use neovim 0.11
pyright installed version 1.1.386 / 1.1.326 (later I tried on 1.1.386)
You probably have a pyrightconfig.json file or a pyproject.toml file with a [tools.pyright] section. If you have a config file, this overrides the LSP settings. See this documentation for details.
Note: if you are reporting a wrong signature of a function or a class in the standard library, then the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues.
If you have a question about typing or a behavior that you’re seeing in Pyright (as opposed to a bug report or enhancement request), consider posting to the Pyright discussion forum.
Describe the bug A clear and concise description of the behavior you are seeing and the expected behavior along with steps to reproduce it.
Pyright ignores my configuation regarding treating general type errors as warnings .
Code or Screenshots
I couldn't provide minimal example
This is my configuration of pyright in nvim
You can see in the log that it provides:
reportGeneralTypeIssues = "warning"
to pyright
However, I still see GeneralTypeIssues as errrors.
Attached lsp log.
VS Code extension or command-line Are you running pyright as a VS Code extension, a language server in another editor, integrated into Pylance, or the command-line tool? Which version?
I use neovim 0.11 pyright installed version 1.1.386 / 1.1.326 (later I tried on 1.1.386)
lspconfig.nvim + nlspsettings.nvim