Disable pylint warnings for missing docstrings.

This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 17:45:20 -03:00
parent 935956b610
commit efce0bdc05

View File

@@ -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