3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 11:42:30 -05:00
parent d9db40fddc
commit 957c334d1d
8 changed files with 34 additions and 58 deletions

View file

@ -2,6 +2,5 @@
[MESSAGES CONTROL]
disable=
attribute-defined-outside-init,
fixme,
too-many-branches,