pylint fixes
All checks were successful
Actions / build (push) Successful in 11s
Actions / lint (push) Successful in 18s

This commit is contained in:
cswimr 2024-09-15 23:18:56 -04:00
parent 78b87fd940
commit 997fd5437e
Signed by: cswimr
GPG key ID: 3813315477F26F82
6 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,6 @@
[MESSAGES CONTROL]
disable=
line-too-long,
missing-module-docstring,
too-many-arguments,
too-few-public-methods,