Disable pylint warnings we don't care.

This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 19:22:57 -03:00
parent 4f2b8000ce
commit 14c4b60aae

View File

@@ -45,10 +45,12 @@ disable =
too-many-arguments,
too-many-statements,
too-many-lines,
raise-missing-from,
duplicate-code,
broad-except,
too-many-branches,
too-many-locals
too-many-locals,
fixme
[pylint.BASIC]
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode