made pylint happy and added enviorment files

This commit is contained in:
2024-06-15 18:42:52 +02:00
parent eb995294f1
commit 6f272ff021
15 changed files with 218 additions and 44 deletions

6
.pylintrc Normal file
View File

@@ -0,0 +1,6 @@
[MASTER]
disable=
C0114, #missing-module-docstring
C0115, #missing-class-docstring
C0116, #missing-function-docstring
init-hook='import sys; sys.path.append(".")'