software: explicitly return on all paths (ruff uns...
by whitequark 5 months 1 week
software: explicitly return on all paths (ruff unsafe RET503). NFCI
eab2db0d
software: explicitly `return None` if result is op...
by whitequark 5 months 1 week
software: explicitly `return None` if result is optional (ruff RET502).
94d5fb5f
software: capture induction variable in closures (...
by whitequark 5 months 1 week
software: capture induction variable in closures (ruff B023). NFCI
fa0aa943
software: annotate attr access for side effect (ru...
by whitequark 5 months 1 week
software: annotate attr access for side effect (ruff B018). NFC
c07c45b0
software: rename unused loop control vars (ruff un...
by whitequark 5 months 1 week
software: rename unused loop control vars (ruff unsafe B007). NFCI
c2f649cb
software: fix comprehension syntax (ruff unsafe C4...
by whitequark 5 months 1 week
software: fix comprehension syntax (ruff unsafe C4). NFCI
062bb677
software: fix use of undocumented `logging.WARN` (...
by whitequark 5 months 1 week
software: fix use of undocumented `logging.WARN` (ruff LOG009). NFC
a5be2e71
software: mark unused unpacked variables (ruff uns...
by whitequark 5 months 1 week
software: mark unused unpacked variables (ruff unsafe RUF059). NFC
f46c5ed6
software: fix use of dummy variables (ruff RUF052)...
by whitequark 5 months 1 week
software: fix use of dummy variables (ruff RUF052). NFC
950cf9bb
software: fix `None` comparison (ruff E711). NFC
by whitequark 5 months 1 week
9d94ce66
Report a bug