Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruff to the code quality checkers #1562

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

swrichards
Copy link
Collaborator

This introduces ruff to the CI in two flavours:

  1. A full repo run, which will not fail the pipeline on errors but serves as a convenient check of progress to 100% on legacy code.
  2. A run purely on changed files for a PR, to ensure that new code is ruff compliant.

This introduces ruff to the CI in two flavours:

1. A full repo run, which will not fail the pipeline on errors but
   serves as a convenient check of progress to 100% on legacy code.
2. A run purely on changed files for a PR, to ensure that new code
   is ruff compliant.
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.

1 participant