-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
As a developer, I want a machine to double check my work to ensure that I am committing quality code.
From the flake8 manpage:
flake8 is a command-line utility for enforcing style consistency across Python projects. By default it includes lint checks provided by the PyFlakes project, PEP-0008 inspired style checks provided by the PyCodeStyle project, and McCabe complexity checking provided by the McCabe project. It will also run third-party extensions if they are found and installed.