Use pylint for zendesk_admin.py

This commit is contained in:
Степаненко Ольга
2021-04-28 16:42:19 +03:00
parent e5460d90fc
commit 4666570177
2 changed files with 11 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ disable=print-statement,
exception-escape,
comprehension-escape,
E5110,
C045,
C0415,
# Enable the message, report, category or checker with the given id(s). You can
@@ -261,6 +261,9 @@ function-naming-style=snake_case
# Good variable names which should always be accepted, separated by a comma.
good-names=i,
id,
e,
n,
j,
k,
ex,