feat: refactor pylint handling and update endpoint for workspace tool
This commit is contained in:
parent
e525f77fa0
commit
d686bc3625
@ -230,13 +230,7 @@ class PylintAPI(APIMixin):
|
|||||||
location='path',
|
location='path',
|
||||||
required=True,
|
required=True,
|
||||||
),
|
),
|
||||||
OpenApiParameter(
|
|
||||||
name="tool_id",
|
|
||||||
description="工具id",
|
|
||||||
type=OpenApiTypes.STR,
|
|
||||||
location='path',
|
|
||||||
required=True,
|
|
||||||
)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user