3
0
Fork 0
Commit graph

336 commits

Author SHA1 Message Date
a1868e1f44 fix: fix 'duplicate-code' for pylint 2025-09-01 13:31:33 -05:00
ad74bede04 fix: fix 'no-member' for pylint 2025-09-01 12:10:12 -05:00
dd25d98e7d fix: fix 'attribute-defined-outside-init' for pylint 2025-09-01 11:53:50 -05:00
92754a64c4 fix: fix 'arguments-renamed' for pylint 2025-09-01 11:33:43 -05:00
459c16ba4f fix: fix 'arguments-differ' for pylint 2025-09-01 11:21:44 -05:00
e123b12cd9 fix: fix 'keyword-arg-before-vararg' for pylint 2025-09-01 11:06:47 -05:00
deaf1976f3 fix: fix 'too-many-nested-blocks' for pylint 2025-09-01 11:04:31 -05:00
1dd184622f fix: fix 'too-many-locals' for pylint 2025-09-01 11:03:10 -05:00
95aeb87899 fix: fix 'consider-using-generator' for pylint 2025-09-01 11:01:26 -05:00
07e90229ce fix: fix 'missing-function-docstring' and 'missing-module-docstring' for pylint 2025-09-01 10:59:58 -05:00
2624f9dce8 fix: fix 'super-init-not-called' for pylint 2025-09-01 10:48:29 -05:00
2bcdeb42cd fix: fix 'singleton-comparison' for pylint 2025-09-01 10:46:35 -05:00
48494ee5e4 fix: fix 'simplifiable-if-expression' for pylint 2025-09-01 10:39:30 -05:00
6c66c8d57b fix: fix 'redefined-outer-name' for pylint 2025-09-01 10:37:56 -05:00
e38f7ba293 fix: fix 'protected-access' for pylint 2025-09-01 10:34:08 -05:00
ab35847f23 fix: fix 'not-callable' for pylint 2025-09-01 10:26:33 -05:00
ebd44c55f5 fix: fix 'no-else-raise' for pylint 2025-09-01 10:25:21 -05:00
4b4d81c4f3 fix: fix 'isinstance-second-argument-not-valid-type' for pylint 2025-09-01 10:24:29 -05:00
ec982fe168 fix: fix 'consider-using-set-comprehension' for pylint 2025-09-01 10:22:29 -05:00
564ac318bc fix: fix 'consider-using-get' for pylint 2025-09-01 10:21:32 -05:00
65849ad82d fix: fix 'consider-using-dict-items' for pylint 2025-09-01 10:19:54 -05:00
d6f7c19f71 fix: fix 'consider-using-dict-comprehension' for pylint 2025-09-01 10:19:42 -05:00
11ec57387e fix: fix 'assignment-from-no-return' for pylint 2025-09-01 10:19:40 -05:00
5a6ed6135a fix: fix 'abstract-method' for pylint 2025-09-01 10:09:08 -05:00
d01c343a7c fix: fix 'too-few-public-methods' for pylint 2025-09-01 10:00:54 -05:00
d7eacf0f52 fix: fix 'too-many-lines' for pylint 2025-09-01 10:00:06 -05:00
0dc6b615e7 fix: fix 'too-many-arguments' for pylint 2025-09-01 09:58:56 -05:00
282fc61e50 fix: fix 'too-many-public-methods' for pylint 2025-09-01 09:54:48 -05:00
1fec99bc92 fix: fix 'too-many-statements' for pylint 2025-09-01 09:53:33 -05:00
d39f5afd4b fix: fix 'unidiomatic-typecheck' for pylint 2025-09-01 09:52:11 -05:00
5c23120795 fix: fix 'unnecessary-comprehension' for pylint 2025-09-01 09:51:20 -05:00
601dec7777 fix: fix 'unnecessary-lambda' and 'unnecessary-lambda-assignment' for pylint 2025-09-01 09:42:55 -05:00
d265695cee fix: fix 'unspecified-encoding' for pylint 2025-08-31 22:53:45 -05:00
7136240841 fix: fix 'unused-argument' for pylint 2025-08-31 22:51:28 -05:00
a891c01da1 fix: fix 'use-a-generator' for pylint 2025-08-31 22:36:16 -05:00
15ba94fc83 fix: fix 'use-dict-literal' for pylint 2025-08-31 22:11:59 -05:00
dc941bdb31 fix: fix 'dangerous-default-value' for pylint 2025-08-31 22:09:56 -05:00
d362a1cbd5 fix: fix 'wildcard-import' and 'unused-wildcard-import' for pylint 2025-08-31 22:05:26 -05:00
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
36808fdb60 fix: bump version requirement for wuttjamaican
although really it's just for sake of a change to tests...
2025-08-31 21:05:04 -05:00
2c2d35554f fix: fix 'unused-variable' for pylint 2025-08-31 20:59:05 -05:00