django-init icon indicating copy to clipboard operation
django-init copied to clipboard

Consider replacing flake8 and iSort with ruff

Open theskumar opened this issue 2 years ago • 1 comments

Ruff is a replacement for flake8, implemented in rust for performance. It supports many flake8 plugins by default and is compatible with iSort and black.

The downside is that we might use some flake8 plugins, but this project does not use many flake8 plugins or intend to use more.

See: https://github.com/charliermarsh/ruff#how-does-ruff-compare-to-flake8

theskumar avatar Dec 22 '22 09:12 theskumar

Looks good, I will give this a try in another project.

CuriousLearner avatar Dec 22 '22 09:12 CuriousLearner