3
0
Fork 0

fix: fix 'singleton-comparison' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 10:46:35 -05:00
parent 48494ee5e4
commit 2bcdeb42cd
2 changed files with 23 additions and 8 deletions

View file

@ -11,7 +11,6 @@ disable=fixme,
missing-function-docstring,
missing-module-docstring,
no-member,
singleton-comparison,
super-init-not-called,
too-many-locals,
too-many-nested-blocks,