[pylint] Disable 'possibly-used-before-assignment' following 3.2.0 release
This commit is contained in:
parent
9cf0dd2fac
commit
8cb1059250
|
@ -228,6 +228,7 @@ disable = [
|
||||||
"pointless-exception-statement",
|
"pointless-exception-statement",
|
||||||
"pointless-statement",
|
"pointless-statement",
|
||||||
"pointless-string-statement",
|
"pointless-string-statement",
|
||||||
|
"possibly-used-before-assignment",
|
||||||
"protected-access",
|
"protected-access",
|
||||||
"raise-missing-from",
|
"raise-missing-from",
|
||||||
"redefined-argument-from-local",
|
"redefined-argument-from-local",
|
||||||
|
|
Loading…
Reference in New Issue