stair-lab / melt

Multilingual Evaluation Toolkits
https://villm-eval.readthedocs.io/en/latest/
MIT License
2 stars 3 forks source link

Revise code convention and documentation #6

Closed martinakaduc closed 1 month ago

martinakaduc commented 3 months ago

We should use ufmt to format the code. ufmt format <code_file> Then, we fix all issues of flake8. To see issues, please run flake8 <code_file>.

Finally, we use pylint to score all code in repo. Final goal: Pass this workflow https://github.com/stair-lab/villm-eval/blob/main/.github/workflows/pylint.yml

ledong0110 commented 2 months ago