Fix linting warnings
jmsv opened this issue · 4 comments
jmsv commented
@surajnarwade has added linting with flake8, and there are lots of warnings. I've started going through them by running flake8
locally. Most warnings are for driver.py
jmsv commented
I've tagged this as hacktoberfest because if you're looking for something easy to submit a PR for, this is it! I'll accept PRs that don't fix every single one, just mention this issue in the commit message (e.g. "Worked on #35")
vlvrd commented
Hey, I wanna give it a go.
jmsv commented
@vlvrd Feel free! Some basic instructions:
- Install flake8 (pip install flake8)
- Run
flake8 .
- Go through the list and make the suggested changes
jmsv commented
Fixed by @PatOConnor43 in PR #37