Mayil-AI / bugbug-21dec23

Mozilla Public License 2.0
0 stars 0 forks source link

Use Ruff for linting and formatting (hashtag3767) #18

Open vikramsubramanian opened 3 months ago

vikramsubramanian commented 3 months ago

Proposal to use[ Ruff ]( for linting and code quality. Due to following reasons:

)

mayil-ai[bot] commented 3 months ago

Implementation ideas

To implement the feature of using Ruff for linting and formatting, follow these steps:

Please note that the provided code snippets from the codebase do not directly relate to the linting and formatting setup, so they are not modified as part of this feature implementation.

Code snippets to check

ui → changes → .eslintrc.yml 1. `Lines 1 - 16` This snippet shows the current linting and formatting configuration using ESLint and Prettier, which would be replaced or modified if Ruff is adopted. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/ui/changes/.eslintrc.yml#L1-L16