pygsp icon indicating copy to clipboard operation
pygsp copied to clipboard

Fix code style issues

Open mdeff opened this issue 6 years ago • 1 comments

make lint should pass and then enforced by Travis

mdeff avatar Aug 11 '17 12:08 mdeff

Use black for code auto-formatting. Better than autopep8 (does not really reformat) and yapf (popular, but too many configuration options, and slow).

mdeff avatar Jan 31 '19 23:01 mdeff