Updated pylint disable list.

This commit is contained in:
Joe Testa 2021-10-13 23:55:49 -04:00
parent 80a718a5af
commit 57e6c0246d

View File

@ -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