diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-31 10:51:03 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-31 10:51:03 +0300 |
commit | 1a4422be08ef234ed0666f13b13fc03506c197b3 (patch) | |
tree | ecd98ba534abcfaeae3d729f9040b36ffa3c6026 /src/sliceitoff/text/text.py | |
parent | af17f92e0beda893fb91ff757b76f2499e500666 (diff) |
python 3.10 and proper version number + lint
Diffstat (limited to 'src/sliceitoff/text/text.py')
-rw-r--r-- | src/sliceitoff/text/text.py | 2 |
1 files changed, 2 insertions, 0 deletions
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, |