Format-The-Codebase

- add a format script
- solve a conflict between flake8 and black
This commit is contained in:
Ömer Faruk Özdemir 2022-02-10 11:13:49 +03:00
parent 8251a52447
commit 934071d607

View File

@ -68,5 +68,8 @@ All PRs should be against `master`. Direct commits to master are blocked, and PR
* A maintainer (@abidlabs, @aliabid94, @aliabd, @AK391, or @dawoodkhan82) is tagged in the PR comments and asked to complete a review
We ask that you make sure initial CI checks are passing before requesting a review. One of the Gradio maintainers will merge the PR when all the checks are passing.
Do not forget the format the codebase before pushing.
```
bash scripts/run_frontend.sh
```
*Could these guidelines be clearer? Feel free to open a PR to help us faciltiate open-source contributions!*