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
Ruff was added at the beginning of the project in an experimental way
but it has demonstrated to be a robust, performant and great tool. Now
it is quitely outdated.
This is the minimal change required to upgrade it. I want to iterate
over its configuration to provide more coverage.
Includes:
- Upgrade ruff dependency in poetry
- Update the syntax of commands and configuration
- Refactor some parts of the code that would raise lint errors with the
current config - type-comparison (E721)
Signed-off-by: Alex <[email protected]>
0 commit comments