Commit graph

26 commits

Author SHA1 Message Date
a56f6e9b91 fix: fix 'broad-exception-caught' for pylint 2025-09-01 15:15:22 -05:00
c3e262804c fix: fix 'consider-using-dict-comprehension' for pylint 2025-09-01 15:13:59 -05:00
3ba57e3640 fix: fix 'consider-using-f-string' for pylint 2025-09-01 15:12:05 -05:00
efa13362e1 fix: fix 'consider-using-set-comprehension' for pylint 2025-09-01 15:10:28 -05:00
8d8f276793 fix: fix 'empty-docstring' for pylint 2025-09-01 15:08:09 -05:00
54602f605d fix: fix 'implicit-str-concat' for pylint 2025-09-01 14:57:23 -05:00
c01f9395f0 fix: fix 'inconsistent-return-statements' for pylint 2025-09-01 14:56:35 -05:00
281d654e32 fix: fix 'invalid-name' for pylint 2025-09-01 14:54:59 -05:00
b2beeb4df3 fix: fix 'missing-class-docstring' and 'missing-function-docstring' for pylint 2025-09-01 14:51:13 -05:00
1374910d65 fix: fix 'no-else-return' for pylint 2025-09-01 14:46:06 -05:00
258a1ed287 fix: fix 'no-member' for pylint 2025-09-01 14:45:16 -05:00
c439bacf4f fix: fix 'no-self-argument' for pylint 2025-09-01 14:43:56 -05:00
5a0d59ee36 fix: fix 'redefined-outer-name' for pylint 2025-09-01 14:35:58 -05:00
d2b5dce8e3 fix: fix 'singleton-comparison' for pylint 2025-09-01 14:32:22 -05:00
e884263779 fix: fix 'too-few-public-methods' for pylint 2025-09-01 14:29:13 -05:00
a4c9e3070c fix: fix 'too-many-branches' for pylint 2025-09-01 14:29:13 -05:00
becf4fa822 fix: fix 'too-many-lines' for pylint 2025-09-01 14:29:13 -05:00
e5dbc4a98c fix: fix 'too-many-locals' for pylint 2025-09-01 14:29:13 -05:00
93855e79d1 fix: fix 'too-many-arguments' for pylint 2025-09-01 14:29:13 -05:00
fee44b455a fix: fix 'too-many-public-methods' for pylint 2025-09-01 14:29:13 -05:00
625a22c83b fix: fix 'unnecessary-lambda-assignment' for pylint 2025-09-01 14:29:10 -05:00
2e248adb82 fix: fix 'unused-argument' for pylint 2025-09-01 14:07:38 -05:00
4194d20988 fix: fix 'unused-import' for pylint 2025-09-01 13:59:49 -05:00
2d61d6aecf fix: fix 'unused-variable' for pylint 2025-09-01 13:58:12 -05:00
7833ad502a fix: fix 'wildcard-import' and 'unused-wildcard-import' for pylint 2025-09-01 13:52:21 -05:00
04de98a787 test: initial pylint support
disabling all meaningful checks, will tackle each next...
2025-09-01 13:48:36 -05:00