lipSync / CONTRIBUTING.md
Suprath's picture
Upload 54 files
9f4b9c7 verified
|
raw
history blame contribute delete
No virus
361 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade

Contributing to this repository

Install linter

First of all, you need to install ruff package to verify that you passed all conditions for formatting.

pip install ruff==0.0.287

Apply linter before PR

Please run the ruff check with the following command:

ruff check .

Auto-fix with fixable errors

ruff check . --fix