This commit is contained in:
@@ -10,7 +10,7 @@ disable=missing-docstring,
|
||||
missing-module-docstring,
|
||||
missing-class-docstring,
|
||||
missing-function-docstring,
|
||||
useless-object-inheritance,
|
||||
consider-using-f-string,
|
||||
|
||||
[BASIC]
|
||||
|
||||
@@ -18,10 +18,17 @@ good-names=_,
|
||||
c,
|
||||
d,
|
||||
e,
|
||||
f,
|
||||
i,
|
||||
j,
|
||||
k,
|
||||
r,
|
||||
t,
|
||||
|
||||
[FORMAT]
|
||||
|
||||
max-line-length=120
|
||||
|
||||
[SIMILARITIES]
|
||||
|
||||
ignore-comments=no
|
||||
|
||||
Reference in New Issue
Block a user