LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Replace pylint, black and isort with ruff #778

Open derneuere opened 1 year ago

derneuere commented 1 year ago

Describe the enhancement you'd like Ruff seems to be way faster (100x) and can autofix common issues: https://github.com/charliermarsh/ruff

Describe why this will benefit the LibrePhotos A faster build pipeline will be helpful when reviewing code or implementing new features.

AnkurPrabhu commented 1 year ago

you can assign me this one i used ruff on my local seems to be working fine i only have to change the pre-commit.yaml file right ?

derneuere commented 1 year ago

Yes, pre-commit and documentation need to be changing :)