diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..76edbfb --- /dev/null +++ b/.pylintrc @@ -0,0 +1,6 @@ +[MASTER] +ignore= +init-hook='import sys, os; sys.path.append(os.getcwd())' + +[MESSAGES CONTROL] +disable=import-error