3
0
Fork 0

fix: fix 'assignment-from-none' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 19:07:41 -05:00
parent 3a263d272c
commit 6ac1cacdb3
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
disable=all
enable=anomalous-backslash-in-string,
assignment-from-no-return,
assignment-from-none,
bare-except,
broad-exception-caught,
dangerous-default-value,