feat: refactor pylint handling and update endpoint for workspace tool

This commit is contained in:
CaptainB 2025-06-04 11:09:58 +08:00
parent e525f77fa0
commit d686bc3625

View File

@ -230,13 +230,7 @@ class PylintAPI(APIMixin):
location='path',
required=True,
),
OpenApiParameter(
name="tool_id",
description="工具id",
type=OpenApiTypes.STR,
location='path',
required=True,
)
]
@staticmethod