reuse-tool
reuse-tool copied to clipboard
Schema URL for `REUSE.toml`
Is there a schema URL available for REUSE.toml? (ideally published at https://www.schemastore.org/json/)
For example, here's the directive I use at the top in my pyproject.toml (I'd like to add somethign similar to REUSE.toml:
#:schema https://json.schemastore.org/pyproject.json
This would enable completion and validation in editors like VS Code, and also enable validation in pre-commit/CI (e.g. with pre-commit hooks like https://github.com/python-jsonschema/check-jsonschema)