-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Default Ruff configuration file reports schema error #536
Comments
Thanks for the issue, however this is not a problem in Taplo but in the Ruff schema. I guess Ruff updated something on their side that didn't get reflected in the JSON schema. There's actually an issue is SchemaStore to link directly to the source of truth in Ruff but it seems not technically possible yet: SchemaStore/schemastore#2731. Feel free to open an issue (or a PR) to SchemaStore and link it here for future people. I'm closing this issue. |
I'm still geting similar Even Better TOML warnings:
Where's the correct place to create an issue for this? |
|
Ruff config gives a .toml file that is equivalent to the default configuration.
The error reported is:
{"quote-style":"double","indent-style":"space","skip-magic-trailing-comma":false,"line-ending":"auto","docstring-code-format":false,"docstring-code-line-length":"dynamic"} is not valid under any of the given schemas
I don't know enough about toml schema to know who's right but it seems unlikely that Ruff would provide an invalid configuration for their tool...considering what the tool is for.
The text was updated successfully, but these errors were encountered: