Opened 2 days ago

Last modified 42 hours ago

#35832 closed Cleanup/optimization

use ruff for linting/formatting/sorting instead of black/flake8/isort — at Initial Version

Reported by: Ahmed Ibrahim Owned by:
Component: Core (Other) Version:
Severity: Normal Keywords: linting, formatting, styling
Cc: Adam Johnson Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This will provide a performance boost, and it has most if not all the rules needed
Ruff URL: https://github.com/astral-sh/ruff

Comparison provided by ruff team

https://user-images.githubusercontent.com/1309177/232603514-c95e9b0f-6b31-43de-9a80-9e844173fd6a.svg

Ruff is faster than the 3 replacements combined

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top