Closed eweisner1973 closed 4 years ago
I don't think these changes are necessary. We don't enforce line-length. If you see this PR, changes were not needed to pass linting: https://github.com/inputlogic/django-api-starter/pull/87
I added flake8 to the CI setup, that way we don't need to install it locally in the project. Often, if you configure an editor to lint with flake8 it will look for a globally installed instance anyway.
Add flake8 to project. Format to make linter happy.