diff --git a/setup.cfg b/setup.cfg index d06c1495fcd1b4ffdf17fe01dada92e0a9e81179..061bc6be5be2e81cf6495e108813c85b44967cd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,12 @@ per-file-ignores = [pydocstyle] inherit = false ignore = D1,D212,D203 +[pylint.MASTER] +disable = + missing-module-docstring, + missing-class-docstring, + missing-function-docstring, + [pylint.BASIC] good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode