3
0
Fork 0

fix: fix 'attribute-defined-outside-init' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 11:53:50 -05:00
parent 92754a64c4
commit dd25d98e7d
8 changed files with 29 additions and 24 deletions

View file

@ -2,6 +2,5 @@
[MESSAGES CONTROL]
disable=fixme,
attribute-defined-outside-init,
duplicate-code,
no-member,