setup.cfg: enable attribute-defined-outside-init

This warning was globally disabled in commit c124ab2, due to dynamic
attributes of the `LoopInfo` class. This false positive is silenced
locally now. Some actual positives have meanwhile made it into the
code base, but have fixed via previous commits so we can now enable
W0201/attribute-defined-outside-init again.
This commit is contained in:
Christian Kellner 2022-05-06 15:15:51 +02:00 committed by Achilleas Koutsou
parent 91d38916a6
commit c384639aed

View file

@ -1,5 +1,5 @@
[pylint.MASTER]
disable=missing-docstring,too-few-public-methods,invalid-name,duplicate-code,superfluous-parens,too-many-locals,attribute-defined-outside-init,too-many-arguments,consider-using-with,consider-using-from-import
disable=missing-docstring,too-few-public-methods,invalid-name,duplicate-code,superfluous-parens,too-many-locals,too-many-arguments,consider-using-with,consider-using-from-import
[pylint.TYPECHECK]
ignored-classes=osbuild.loop.LoopInfo