From 1a4422be08ef234ed0666f13b13fc03506c197b3 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 31 Mar 2024 10:51:03 +0300 Subject: python 3.10 and proper version number + lint --- src/sliceitoff/text/text.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sliceitoff/text') diff --git a/src/sliceitoff/text/text.py b/src/sliceitoff/text/text.py index c1fd7b8..c429110 100644 --- a/src/sliceitoff/text/text.py +++ b/src/sliceitoff/text/text.py @@ -65,6 +65,8 @@ class TextPage(pygame.sprite.Group): grid Space for a character (w,h) font Font loaded in Fonts.fonts dict """ + # pylint: disable = too-many-arguments # all argumets necessaary + def __init__( self, text, -- cgit v1.2.3