Closed phys-hust closed 4 years ago
Both linter and formatter are desirable in the CI.
We can use the following for code formatting: yapf --in-place --recursive --style="{indent_width: 4}" *.py
yapf --in-place --recursive --style="{indent_width: 4}" *.py
Both linter and formatter are desirable in the CI.
We can use the following for code formatting:
yapf --in-place --recursive --style="{indent_width: 4}" *.py