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
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too