You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests.yml workflow includes a testing CI flow that builds a docker image and runs tests inside it. We should add a linting step to that workflow, using Ruff to wrap up the behavior of Bandit, Pylint, Pycodestyle, and any other linting rules we want. If a PR doesn't pass the linter, it doesn't get merged.
The text was updated successfully, but these errors were encountered:
The tests.yml workflow includes a testing CI flow that builds a docker image and runs tests inside it. We should add a linting step to that workflow, using Ruff to wrap up the behavior of Bandit, Pylint, Pycodestyle, and any other linting rules we want. If a PR doesn't pass the linter, it doesn't get merged.
The text was updated successfully, but these errors were encountered: