3
0
Fork 0

fix: fix 'no-member' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 20:32:56 -05:00
parent 87af670df6
commit 79bab4f9e1
3 changed files with 16 additions and 16 deletions

View file

@ -22,6 +22,7 @@ enable=anomalous-backslash-in-string,
missing-module-docstring,
no-else-return,
no-self-argument,
no-member,
possibly-used-before-assignment,
redefined-argument-from-local,
redefined-outer-name,