bandit
bandit copied to clipboard
Can we add a json schema to complete pyproject.toml's [tool.bandit]?
json schema can let editor which support LSP to complete some configuration file. Such as:
There are many tools have supported json schema: https://json.schemastore.org/pyproject.json
Can tool.bandit be supported?
Describe the solution you'd like
Refer https://github.com/cmhughes/latexindent.pl/issues/206:
The steps are following:
- Create a json schema
- Add its URL to schemastore.
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
I don't mind this, as long as it has no impact on those not using a JSON Schema supported editor.