dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Flake8 in tests #773

Closed melinath closed 8 years ago

melinath commented 8 years ago

Adds flake8 run to tests. Currently just ignores lines that are too long, since we don't enforce that strictly. All things considered, I think we've done pretty well :-) This will ensure our continued success!

chigby commented 8 years ago

This looks good to me! Great to have no PEP8 warnings except line lengths.