Bernease explained today that the graders for our project will use flake8 rather than pylint. Therefore, I am switching our Travis CI configuration to use flake8.
The change to flake8 brought a number of new issues for the file easy_music_generator/__init__.py, so this PR also contains changes to fix those issues.
Bernease explained today that the graders for our project will use flake8 rather than pylint. Therefore, I am switching our Travis CI configuration to use flake8.
https://edstem.org/us/courses/3259/discussion/300812
The change to flake8 brought a number of new issues for the file
easy_music_generator/__init__.py
, so this PR also contains changes to fix those issues.