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
When developing I'd like to use Ruff for code formatting and import sorting as it is very fast, and reduces the number of development tools needed.
📕Context
We currently use black for code formatting, and isort for import sorting. The job of both these tools can now be performed by ruff. Whilst in the early days of black it occasionally clashed with isort that is no longer the case. So this is more about reducing the number of development tools needed - and the possibility of expanding the use of Ruff later on to also manage linting.
🎯Aim
When developing I'd like to use Ruff for code formatting and import sorting as it is very fast, and reduces the number of development tools needed.
📕Context
We currently use
black
for code formatting, andisort
for import sorting. The job of both these tools can now be performed byruff
. Whilst in the early days ofblack
it occasionally clashed withisort
that is no longer the case. So this is more about reducing the number of development tools needed - and the possibility of expanding the use of Ruff later on to also manage linting.📝Relevant resources/doc's/people
✅Acceptance Criteria
format
invoke task is switched to usingruff
for both code formatting and import sorting.The text was updated successfully, but these errors were encountered: