Can we add a json schema to complete pyproject.toml's [tool.isort]?
Author: Freed-WuCreated Jan 22, 2024Updated Sep 21, 2026
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.isort be supported?
Refer https://github.com/cmhughes/latexindent.pl/issues/206:
The steps are following:
- Create a json schema
- Add its URL to schemastore.
Source: PyCQA/isort