From 14c4b60aae70374e7080f635d2f447ecf7d3ee82 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 19:22:57 -0300 Subject: [PATCH] Disable pylint warnings we don't care. --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dccb9fd9..4b9ed4db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- GitLab