diff --git a/pylint.conf b/pylint.conf index eb76219..230b645 100644 --- a/pylint.conf +++ b/pylint.conf @@ -459,7 +459,8 @@ disable=fixme, unused-import, keyword-arg-before-vararg, f-string-without-interpolation, - arguments-differ + arguments-differ, + possibly-used-before-assignment # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option