Skip to content

Conversation

@Manas-Kenge
Copy link
Collaborator

Fixes #15

I ran make lint and make format to solve most of the errors. Still getting this

C901 `reply` is too complex (11 > 10)
   --> src/workflow/manager/api/services/workflow/workflow.py:329:9
    |
327 |         return self
328 |
329 |     def reply(self):
    |         ^^^^^
330 |         if not self.params:
331 |             self.request.response.setStatus(400)

Not sure what to do with style prop. It doesn't get fixed even after creating an object

@Tishasoumya-02
Copy link
Collaborator

Never run lint and format with backend, it's only for frontend

@Tishasoumya-02
Copy link
Collaborator

revert these changes and only run them for frontend files

@Tishasoumya-02
Copy link
Collaborator

LGTM

@Manas-Kenge Manas-Kenge merged commit a7c4772 into test-1 Aug 28, 2025
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants