diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..23d5098 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,9 @@ +[MESSAGES CONTROL] + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). +disable=missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,line-too-long + +ignored-modules=framework