add some type info

This commit is contained in:
2022-02-01 20:54:51 +01:00
parent d7bab22280
commit b89f2bccab
6 changed files with 89 additions and 78 deletions

5
.pylintrc Normal file
View File

@ -0,0 +1,5 @@
[MASTER]
disable = C0103, C0114, C0115, C0116
[FORMAT]
max-line-length=120