WG-CC / transitiontoolkit-backend

0 stars 0 forks source link

Setup Flake8 for linting/styling #9

Open Anissa3005 opened 3 weeks ago

Anissa3005 commented 3 weeks ago

Description

To secure code quality we want to have some linting setup.

Closes issue(s)

Resolves #3 Resolves #1

How to test

Run make lint

Changes include

  1. Install Flake8
  2. Create a Flake8 config file, with very basic configuration
  3. Create a make command to run linting
  4. Change some linting errors in app.py

Checklist