3
0
Fork 0

fix: fix 'bare-except' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 18:52:52 -05:00
parent dfe2b94f4f
commit 3deab0b747
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
bare-except,
dangerous-default-value,
inconsistent-return-statements,
invalid-name,