IGITUGraz / L2L

Learning to Learn: Gradient-free Optimization framework
https://igitugraz.github.io/L2L/
GNU General Public License v3.0
36 stars 23 forks source link

add pep8 speaks to repository #115

Closed alperyeg closed 5 years ago

alperyeg commented 5 years ago

Instead of using the style-checker run-style-check.sh I would like to recommend to use pep8 speaks instead. One can configure it in the same fashion as the checker script and it can run e.g. only on the code of the actual pull request. Right now the CI always breaks because of all pep8 issues from all files. Is this a volitional behavior?

anandtrex commented 5 years ago

I have added pep8speaks to the repository. It should be activated on new pull requests.