epfl-lts2 / pygsp

Graph Signal Processing in Python
https://pygsp.rtfd.io
BSD 3-Clause "New" or "Revised" License
483 stars 93 forks source link

Fix code style issues #13

Open mdeff opened 7 years ago

mdeff commented 7 years ago

make lint should pass and then enforced by Travis

mdeff commented 5 years ago

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