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