phys-hust / cem

Computational Electromagnetics
MIT License
5 stars 1 forks source link

Check code format #1

Closed phys-hust closed 4 years ago

phys-hust commented 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