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

Parsing error on a supposedly valid pyproject.toml file #64

Open
prabhu opened this issue Nov 21, 2024 · 1 comment
Open

Parsing error on a supposedly valid pyproject.toml file #64

prabhu opened this issue Nov 21, 2024 · 1 comment

Comments

@prabhu
Copy link

prabhu commented Nov 21, 2024

I am getting the below parsing error for the attached pyproject.toml. Can you advise if there is a workaround or fix possible for the same?

Tested with: http://binarymuse.github.io/toml-node/

Error at line 9 column 5:
Expected "=", [ \t] or [A-Za-z0-9_\-] but "." found.
[tool.poetry]
name = "foo"
version = "0.1.0"

[tool.poetry.dependencies]
python = "^3.12.3"

[tool.ruff]
lint.select = [
  "ANN",  # Type annotations
  "C90",  # Complexity
  "ERA",  # Commentted out code
  "E",    # pycodestyle
  "F",    # pyflakes
  "I",    # isort
  "N",    # pep8-naming
  "W",    # Warnings
]
lint.ignore = [
  "ANN101"
]
line-length = 100
@prabhu
Copy link
Author

prabhu commented Nov 21, 2024

Duplicate of: #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant