xianggebenben / GraphSL

Graph Source Localization Library
MIT License
7 stars 2 forks source link

format according to pep8 #7

Closed mbeyss closed 4 months ago

mbeyss commented 4 months ago

The code contains many violation of pep8, which make the code harder to read. Formatting should ideally be done automatically (e.g. black, flake8, autopep8), and enforced on commits (pre-commit).

related to this JOSS review

xianggebenben commented 4 months ago

Thank you for the suggestion. We have reformatted the code by autopep8.