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
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:
pyproject.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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 toREUSE.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)
The text was updated successfully, but these errors were encountered: