MyrtleSoftware / myrtlespeech

Speech recognition
Other
8 stars 1 forks source link

Add flake8 pre-commit #10

Closed samgd closed 4 years ago

samgd commented 4 years ago

The black code formatter was not picking up all stylistic errors (line too long) and did not catch unused imports etc. This PR adds a pre-commit hook for flake8 and updates all files to comply.