diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..5599e3d --- /dev/null +++ b/.pylintrc @@ -0,0 +1,3 @@ +[MASTER] +init-hook="from pylint.config import find_pylintrc; +import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))" \ No newline at end of file