first commit

This commit is contained in:
Alexandru Pisarenco
2021-04-19 22:55:28 +02:00
commit 186f4f11be
21 changed files with 571 additions and 0 deletions

27
.pylintrc Normal file
View 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