Disable some pylint warnings

This commit is contained in:
kramo
2023-03-24 20:29:36 +01:00
parent 053d5791a4
commit a665241d76
2 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ from .get_cover import get_cover
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")
class game(Gtk.Box):
class game(Gtk.Box): # pylint: disable=invalid-name
__gtype_name__ = "game"
overlay = Gtk.Template.Child()