From a5c1d7be7d1298416095d6520f3bd04ac4dd05c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 6 Jan 2023 15:30:15 +0100 Subject: [PATCH] Add pylint to ci Currently every current pylint issue is exempted. Excemptions (disables) in .pylintrc are to be removed one-by-one in upcoming PRs. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ea560f1c5..7b1221759 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,6 @@ disable = bad-inline-option, missing-function-docstring, missing-module-docstring, missing-timeout, - no-else-raise, no-else-return, protected-access, raise-missing-from,