3
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
7e532e2472 fix: fix 'wrong-import-order' for pylint 2025-08-31 22:03:50 -05:00
0934c64809 fix: fix 'import-outside-toplevel' for pylint 2025-08-31 22:02:22 -05:00
6c8a0f6d10 fix: fix 'implicit-str-concat' for pylint 2025-08-31 22:00:14 -05:00
50f8f99909 fix: fix 'deprecated-method' for pylint 2025-08-31 21:59:09 -05:00
055864eb4e fix: fix 'cyclic-import' for pylint 2025-08-31 21:57:55 -05:00
0f66d24dd4 fix: fix 'bare-except' and 'broad-exception-caught' for pylint 2025-08-31 21:55:39 -05:00
f989f41e86 fix: fix 'invalid-name' for pylint 2025-08-31 21:42:37 -05:00
019d30d8a0 fix: fix 'anomalous-backslash-in-string' for pylint 2025-08-31 21:34:10 -05:00
7fcca23071 test: couple more tweaks for pylint + tox 2025-08-31 21:27:30 -05:00
ac1f41842a test: swap pylint config around to explicitly disable things
we haven't addressed many yet, but now we know what needs doing..
2025-08-31 21:24:14 -05:00
2c2d35554f fix: fix 'unused-variable' for pylint 2025-08-31 20:59:05 -05:00
8987197856 fix: fix 'unused-import' for pylint 2025-08-31 20:53:12 -05:00
c1a14b4869 fix: fix 'redefined-argument-from-local' for pylint 2025-08-31 20:47:11 -05:00
8b905289de fix: fix 'empty-docstring' for pylint 2025-08-31 20:41:53 -05:00
fdeb0eeeb2 fix: fix 'no-else-return' for pylint 2025-08-31 20:20:01 -05:00
6424432f1b fix: fix 'too-many-branches' for pylint
probably should actually refactor some of this? but ignore for now
2025-08-31 20:16:43 -05:00
e6c495b40d fix: fix 'too-many-return-statements' for pylint 2025-08-31 20:10:06 -05:00
bb2bde5ecd fix: fix 'too-many-instance-attributes' for pylint 2025-08-31 20:01:31 -05:00
4e9f7bf479 fix: fix 'inconsistent-return-statements' for pylint 2025-08-31 19:45:06 -05:00