We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I think the following issue is reintroduced in v1.1.386: #4367.
To reproduce Use this minimal project file with CRLF line endings on Windows:
CRLF
[project] name = "my-package" version = "0.0.0" authors = [{ name = "Anonymous" }] description = "Simple package" readme = "README.md" requires-python = ">=3.12" dependencies = [] classifiers = [ # Some documentation. "Programming Language :: Python :: 3.13", ]
If you run pyright, you see the following errors:
> pyright Pyproject file parse attempt 1 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Pyproject file parse attempt 2 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Pyproject file parse attempt 3 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Pyproject file parse attempt 4 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Pyproject file parse attempt 5 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Pyproject file parse attempt 6 error: {"name":"TomlError","fromTOML":true,"wrapped":null,"line":9,"col":23,"pos":229} Config file "c:\temp\pyproject.toml" could not be parsed. Verify that format is correct.
Expected behavior No errors
Screenshots or Code See above
VS Code extension or command line Command-line
Additional context
LF
The text was updated successfully, but these errors were encountered:
Probably a duplicate of #9296, sorry.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I think the following issue is reintroduced in v1.1.386: #4367.
To reproduce
Use this minimal project file with
CRLF
line endings on Windows:If you run pyright, you see the following errors:
Expected behavior
No errors
Screenshots or Code
See above
VS Code extension or command line
Command-line
Additional context
CRLF
toLF
, no errors happen.CRLF
.The text was updated successfully, but these errors were encountered: