Clean up pylint integration

- Drop no longer needed disable= bits
- Use string names for all skipped pylint messages
This commit is contained in:
Cole Robinson
2014-04-02 19:00:24 -04:00
parent 01718bc408
commit a398d245cb
59 changed files with 40 additions and 167 deletions
-2
View File
@@ -18,10 +18,8 @@
# MA 02110-1301 USA.
#
# pylint: disable=E0611
from gi.repository import Gtk
from gi.repository import Gdk
# pylint: enable=E0611
import logging