ruff
ruff copied to clipboard
Add a JSON schema for `ruff.toml`
And submit it to https://github.com/SchemaStore/schemastore. That way, you'll get autocomplete in editors, etc.
Should it be auto-generated like in #1015?
Yeah
Note though that ruff.toml won't be drop-in identical to pyproject.toml. It'll be like hatch.toml -- so, identical to pyproject.toml, but without [tool.ruff].
I've got a draft for this using https://github.com/GREsau/schemars :)