Files
fake-stocks/.pylintrc
Alexandru Pisarenco 186f4f11be first commit
2021-04-19 22:55:28 +02:00

28 lines
347 B
INI

[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