From 57e6c0246d3f35b48de49f78ea120c319bca6b39 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Wed, 13 Oct 2021 23:55:49 -0400 Subject: [PATCH] Updated pylint disable list. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32ccf42..c74632a 100644 --- a/tox.ini +++ b/tox.ini @@ -109,7 +109,7 @@ disable = too-many-lines, too-many-locals, too-many-statements, - unsubscriptable-object # This seems to be a local issue on the maintainer's machine only. Could be removed, perhaps, in Jan 2021. + consider-using-f-string max-complexity = 15 max-args = 8 max-locals = 20