311-data
311-data copied to clipboard
Use flake8 linting for all python code
Overview
Currently, it looks like we're only running flake8 for the api, but we should run it for all the python code.
Action Items
- [ ] update build_test_backend.yml to call
docker-compose run <project> flake8
for all python projects.