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 current codebase seems to have issues when linting with ruff:
uvx ruff check --select ALL
As they are a lot of linting issues with the current code base. I think that an iterative ( multiple small PR ) and automated approach could be very interesting. :slight_smile:
An automated fix could look like:
uvx ruff check --select ALL --fix
The text was updated successfully, but these errors were encountered:
The current codebase seems to have issues when linting with ruff:
As they are a lot of linting issues with the current code base. I think that an iterative ( multiple small PR ) and automated approach could be very interesting. :slight_smile:
An automated fix could look like:
The text was updated successfully, but these errors were encountered: