software: avoid useless `return` (ruff safe PLR171...
by whitequark 5 months 4 weeks
software: avoid useless `return` (ruff safe PLR1711). NFC
d0531ea2
software: avoid implicit `Optional` (ruff RUF013).
by whitequark 5 months 4 weeks
8c2a707e
software: avoid raising `Exception` (ruff TRY002).
by whitequark 5 months 4 weeks
90c4685f
software: avoid bare `except:` (ruff E722).
by whitequark 5 months 4 weeks
b66aa12a
software: use `is` for type comparisons (ruff E721...
by whitequark 5 months 4 weeks
software: use `is` for type comparisons (ruff E721). NFCI
dd3bd175
software: remove trailing comma on empty tuple (ru...
by whitequark 5 months 4 weeks
software: remove trailing comma on empty tuple (ruff COM818). NFC

[skip blame]
9c6ae428
software: use `try`-`else` where appropriate (ruff...
by whitequark 5 months 4 weeks
software: use `try`-`else` where appropriate (ruff TRY300). NFCI
913bd27b
software: explicitly return on all paths (ruff uns...
by whitequark 5 months 4 weeks
software: explicitly return on all paths (ruff unsafe RET503). NFCI
eab2db0d
software: explicitly `return None` if result is op...
by whitequark 5 months 4 weeks
software: explicitly `return None` if result is optional (ruff RET502).
94d5fb5f
software: capture induction variable in closures (...
by whitequark 5 months 4 weeks
software: capture induction variable in closures (ruff B023). NFCI
fa0aa943
Report a bug