Closed martinakaduc closed 1 month 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>.
ufmt
ufmt format <code_file>
flake8
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
pylint
We should use
ufmt
to format the code.ufmt format <code_file>
Then, we fix all issues offlake8
. To see issues, please runflake8 <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