3
0
Fork 0

fix: fix 'trailing-whitespace' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 18:56:04 -05:00
parent 1a0fee3582
commit 74c3db6e3a
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ enable=anomalous-backslash-in-string,
invalid-name,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,
unspecified-encoding,
unused-argument,
unused-import,