SkywardAI / kirin

Self-hosted and local-first application for inference and RAG on consumer grade hardware.
Apache License 2.0
8 stars 8 forks source link

[Feature]: Backend repo supports Ruff as code linter #149

Closed Aisuko closed 5 months ago

Aisuko commented 6 months ago

Contact Details

bowen.li@rmit.edu.au

What feature are you requesting?

We already have a pre-commit checking. We also want to import Ruff as a code linter. We use Ruff in kimchima repo. See https://github.com/SkywardAI/kimchima/blob/d4828e9c2d778f8b269830a9c6d80961e7ae1d19/.github/workflows/ci.yml#L7.

So, we want to use Ruff in this repo too.

Aisuko commented 5 months ago

Duplicate with #158