3
0
Fork 0

fix: fix 'no-else-raise' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 10:25:21 -05:00
parent 4b4d81c4f3
commit ebd44c55f5
2 changed files with 4 additions and 5 deletions

View file

@ -10,7 +10,6 @@ disable=fixme,
keyword-arg-before-vararg,
missing-function-docstring,
missing-module-docstring,
no-else-raise,
no-member,
not-callable,
protected-access,