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
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
The text was updated successfully, but these errors were encountered:
Duplicate of: #51
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: