inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

quiet the linter #86

Closed eweisner1973 closed 4 years ago

eweisner1973 commented 4 years ago

Add flake8 to project. Format to make linter happy.

staydecent commented 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.