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
pyproject.toml
It would actually be highly based if the plugin could run on pyproject.toml
[tool.ruff] target-version = "py312" asdf = true
> ruff check ruff failed Cause: Failed to parse C:\Users\AMONGUS\projects\test-python\pyproject.toml Cause: TOML parse error at line 521, column 1 | 521 | [tool.ruff] | ^^^^^^^^^^^ unknown field `asdf`
So we could show the error in the toml file:
[tool.ruff] # ruff failed: unknown field `asdf` target-version = "py312" asdf = true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would actually be highly based if the plugin could run on
pyproject.toml
So we could show the error in the toml file:
The text was updated successfully, but these errors were encountered: