Skip to content
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

Error for Python TOML Pipfile with a Pinned Version #2069

Open
RamVasuthevan opened this issue Sep 12, 2024 · 0 comments
Open

Error for Python TOML Pipfile with a Pinned Version #2069

RamVasuthevan opened this issue Sep 12, 2024 · 0 comments
Labels
bugfix-request A request for a bugfix to be developed.

Comments

@RamVasuthevan
Copy link

Name of the lexer
TOML

Code sample
Below is a simple Python TOML Pipfile with a pinned version

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "==2.25.1"
beautifulsoup4 = "*"

[dev-packages]

[requires]
python_version = "3.12"

The 2nd dot in the version of requests is marked as an error. This the Pipfile generated by pipenv. I belive that it is valid TOML and that there should not be an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed.
Projects
None yet
Development

No branches or pull requests

1 participant