refactoring

This commit is contained in:
Maxim Devaev
2022-11-09 02:44:41 +03:00
parent d154a3d1c1
commit 01de2caa97
4 changed files with 36 additions and 38 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
good-names = _, __, x, y, ws, make-html-h, make-jpeg-h, make-ico-h
# Regular expression matching correct method names
method-rgx = [a-z_][a-z0-9_]{2,50}$