We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 182cf5c + 5f45023 commit 6087887Copy full SHA for 6087887
1 file changed
Metro/Metro_RP2350_Chips_Challenge/game.py
@@ -78,7 +78,7 @@ def __init__(self, display, data_file, audio):
78
self._loading_group = displayio.Group()
79
self._tile_size = 24 # Default tile size (length and width)
80
self._digit_dims = (0, 0)
81
- self._gamelogic = GameLogic(data_file, audio) # pylint: disable=too-many-function-args
+ self._gamelogic = GameLogic(data_file, audio) # pylint: disable=too-many-function-args, no-value-for-parameter
82
self._databuffer = DataBuffer()
83
self._color_index = {}
84
self._init_display()
0 commit comments