first commit
This commit is contained in:
27
.pylintrc
Normal file
27
.pylintrc
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user