Skip to content

Commit fc9c439

Browse files
committed
make fe-codegen
1 parent e375c07 commit fc9c439

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

marimo/_config/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,9 @@ class LanguageServersConfig(TypedDict, total=False):
478478
**Keys.**
479479
480480
- `pylsp`: the pylsp config
481+
- `basedpyright`: the basedpyright config
482+
- `ty`: the ty config
483+
- `pyrefly`: the pyrefly config
481484
"""
482485

483486
pylsp: PythonLanguageServerConfig

packages/openapi/api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,8 @@ components:
24962496
type: object
24972497
LanguageServersConfig:
24982498
description: "Configuration options for language servers.\n\n **Keys.**\n\
2499-
\n - `pylsp`: the pylsp config\n - `pyrefly`: the pyrefly config\n - `ty`: the ty config\n - `basedpyright`: the basedpyright config"
2499+
\n - `pylsp`: the pylsp config\n - `basedpyright`: the basedpyright\
2500+
\ config\n - `ty`: the ty config\n - `pyrefly`: the pyrefly config"
25002501
properties:
25012502
basedpyright:
25022503
$ref: '#/components/schemas/BasedpyrightServerConfig'
@@ -6233,3 +6234,4 @@ paths:
62336234
summary: Submit login form
62346235
tags:
62356236
- auth
6237+

packages/openapi/src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4562,9 +4562,9 @@ export interface components {
45624562
* **Keys.**
45634563
*
45644564
* - `pylsp`: the pylsp config
4565-
* - `pyrefly`: the pyrefly config
4566-
* - `ty`: the ty config
45674565
* - `basedpyright`: the basedpyright config
4566+
* - `ty`: the ty config
4567+
* - `pyrefly`: the pyrefly config
45684568
*/
45694569
LanguageServersConfig: {
45704570
basedpyright?: components["schemas"]["BasedpyrightServerConfig"];

0 commit comments

Comments
 (0)