3
0
Fork 0

fix: fix 'line-too-long' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 20:15:03 -05:00
parent f86aeff788
commit baa291f289
4 changed files with 14 additions and 6 deletions

View file

@ -17,6 +17,7 @@ enable=anomalous-backslash-in-string,
empty-docstring,
inconsistent-return-statements,
invalid-name,
line-too-long,
no-else-return,
redefined-argument-from-local,
too-few-public-methods,