3
0
Fork 0

fix: fix 'bare-except' and 'broad-exception-caught' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 21:55:39 -05:00
parent f989f41e86
commit 0f66d24dd4
7 changed files with 9 additions and 11 deletions

View file

@ -7,8 +7,6 @@ disable=fixme,
arguments-renamed,
assignment-from-no-return,
attribute-defined-outside-init,
bare-except,
broad-exception-caught,
consider-using-dict-comprehension,
consider-using-dict-items,
consider-using-generator,