-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ruff #45
Conversation
@Ivan-E-Johnson ruff removed the init.py files from the backend and doing that screwed up all the imports. I excluded a file with init from ruff. We now have one test failing, not sure why running ruff would cause a unit test to fail. |
BUG: IM Stupid and made a mistake
BUG: adding import BUG: updating imports for alembic BUG: updating config import for alembic Revert "BUG: adding import" This reverts commit 5a158bc. FIX: merge conflict Revert "BUG: updating config import for alembic" This reverts commit 41a7f7a BUG: reverting imports and ignore __init__ for ruff WIP: trying a different way of formatting WIP: add two more files to exclude WIP: going back to just excluding init
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly stylistic changes due to ruff. Changes look good and pass tests
Overview
Add ruff to the precommits and update the code base to be conformant with ruff
Implementation
Testing (Manual)
NA
Testing (Automated)
NA
Screenshots