using text generator for blank images

This commit is contained in:
Maxim Devaev
2024-03-01 00:39:19 +02:00
parent 15f160c874
commit 2a37f1650b
15 changed files with 68 additions and 964 deletions

View File

@@ -33,7 +33,7 @@ max-line-length = 160
[BASIC]
# Good variable names which should always be accepted, separated by a comma
good-names = _, __, x, y, ws, make-html-h, make-jpeg-h, make-ico-h
good-names = _, __, x, y, ws, make-html-h, make-ico-h
# Regular expression matching correct method names
method-rgx = [a-z_][a-z0-9_]{2,50}$