From 39e033626838f359c664ab63f4b3e6e33438d5e4 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 8 Oct 2020 10:36:55 +0300 Subject: lint fix --- testenv/linters/pylint.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'testenv') diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 1d273038..dff276c6 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -33,6 +33,7 @@ disable = no-else-return, len-as-condition, raise-missing-from, + consider-using-in, [CLASSES] exclude-protected = -- cgit v1.2.3