You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
347 B
28 lines
347 B
|
|
[MASTER]
|
|
load-plugins=pylint_quotes
|
|
|
|
string-quote=double-avoid-escape
|
|
triple-quote=double
|
|
docstring-quote=double
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=
|
|
invalid-name,
|
|
missing-docstring,
|
|
unused-argument
|
|
|
|
[FORMAT]
|
|
max-line-length=119
|
|
|
|
[REPORTS]
|
|
output-format=text
|
|
reports=no
|
|
score=no
|
|
|
|
[TYPECHECK]
|
|
# ignored-classes=
|
|
|
|
[DESIGN]
|
|
min-public-methods=0
|