Closed pogzyb closed 2 years ago
Hey @pogzyb, Could you please tell me if the linter workflow using black should only detect the issue or it should also fix the code style violations automatically?
Also taking reference to the build-and-test.yml
workflow, Is it okay to use only a single runner for the linter workflow instead of matrix of agents kind because the black formatter would run the same way on all kind of runners?
Please let me know. Thanks.
Hey @pogzyb, Could you please tell me if the linter workflow using black should only detect the issue or it should also fix the code style violations automatically? Also taking reference to the
build-and-test.yml
workflow, Is it okay to use only a single runner for the linter workflow instead of matrix of agents kind because the black formatter would run the same way on all kind of runners? Please let me know. Thanks.
Hi @rahulXs - Thanks for taking this on.
@pogzyb - Thanks for the reply. I would work on it and raise the PR by tomorrow.
Add black code-style linter that runs on each PR