Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Consider replacing flake8 and iSort with ruff #461

Open theskumar opened 1 year ago

theskumar commented 1 year ago

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

CuriousLearner commented 1 year ago

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