Skip to content

refactor(schema): automatically assign field description from model __doc__ #3916

refactor(schema): automatically assign field description from model __doc__

refactor(schema): automatically assign field description from model __doc__ #3916

Triggered via pull request September 24, 2025 15:41
Status Success
Total duration 1m 20s
Artifacts

ci.yaml

on: pull_request
Matrix: Lint
Matrix: Test
Publish snapshot to TestPyPI
21s
Publish snapshot to TestPyPI
Publish docs (main)
Publish docs (main)
Publish docs (dev)
19s
Publish docs (dev)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L145
Condition will always evaluate to True since the types "int" and "tuple[Literal[204], Literal['No Content']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L134
Condition will always evaluate to True since the types "int" and "tuple[Literal[202], Literal['Accepted']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L123
Condition will always evaluate to True since the types "int" and "tuple[Literal[202], Literal['Accepted']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L112
Condition will always evaluate to False since the types "int" and "tuple[Literal[404], Literal['Not Found']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L109
Condition will always evaluate to False since the types "int" and "tuple[Literal[200], Literal['OK']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L91
Condition will always evaluate to False since the types "int" and "tuple[Literal[409], Literal['Conflict']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L89
Condition will always evaluate to False since the types "int" and "tuple[Literal[404], Literal['Not Found']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L86
Condition will always evaluate to False since the types "int" and "tuple[Literal[200], Literal['OK']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L70
Condition will always evaluate to False since the types "int" and "tuple[Literal[409], Literal['Conflict']]" have no overlap (reportUnnecessaryComparison)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/kafka_connect/connect_wrapper.py#L66
Condition will always evaluate to False since the types "int" and "tuple[Literal[201], Literal['Created']]" have no overlap (reportUnnecessaryComparison)