erayerdin / sos-django-template

SOS Django Template is a starter template for new Django projects with modern defaults, power cable included.
Do What The F*ck You Want To Public License
20 stars 2 forks source link

Flake8 Integration #25

Closed erayerdin closed 4 years ago

erayerdin commented 4 years ago

Integrate flake8.

erayerdin commented 4 years ago

Example .flake8:

[flake8]
max-line-length = 160
ignore = E231