From 3badc69180d1e0c47c0b3204a8372da401803823 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 29 Jun 2022 11:58:39 +0300 Subject: [PATCH] ci: Remove config for removed pylint checkers --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6f74fda585..e121471425 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,3 @@ max-line-length = 102 [pylint.basic] good-names = pk - -[pylint.messages_control] -disable = C0330, C0326