terrabrasilis / ams

AMS - Amazon Situation Room
GNU General Public License v3.0
0 stars 2 forks source link

Add flake8 #10

Closed avancinirodrigo closed 3 years ago

avancinirodrigo commented 3 years ago

Flake8 is a great toolkit for checking your code against coding style (PEP8), programming errors (like “library imported but unused” and “Undefined name”), and checking cyclomatic complexity.