Skip to content
New issue

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

Add Pyright as a subschema of PyProject #3526

Merged
merged 10 commits into from
Jan 17, 2024
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,12 @@
"fileMatch": ["pyrightconfig.json"],
"url": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json"
InSyncWithFoo marked this conversation as resolved.
Show resolved Hide resolved
},
{
"name": "Pyright Partial",
"description": "Pyright Configuration",
"fileMatch": [],
"url": "https://json.schemastore.org/partial-pyright.json"
},
{
"name": "Qgoda",
"description": "Qgoda static site generator configuration file format",
Expand Down
3 changes: 3 additions & 0 deletions src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
"lsdlschema-3.5.json",
"lsdlschema.json",
"nodemon.json",
"partial-pyright.json",
"pyproject.json",
"sarif-2.1.0-rtm.0.json",
"sarif-2.1.0-rtm.1.json",
"sarif-2.1.0-rtm.2.json",
Expand Down Expand Up @@ -828,6 +830,7 @@
"partial-mypy.json",
"partial-pdm.json",
"partial-poetry.json",
"partial-pyright.json",
"partial-scikit-build.json",
"partial-setuptools.json",
"poetry.json",
Expand Down
Loading