ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

Use Pylint to catch some mistakes #54

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

This adds a ninja pylint target that can be run by developers, and fixes lots of warnings that were showing up (and disables lots more).

Currently pylint is a hard dependency of calliope. In future it can be made optional, although a specific hard-disable flag would be best.