software: capture induction variable in closures (...
by whitequark 4 months 4 weeks
software: capture induction variable in closures (ruff B023). NFCI
fa0aa943
software: annotate attr access for side effect (ru...
by whitequark 4 months 4 weeks
software: annotate attr access for side effect (ruff B018). NFC
c07c45b0
software: rename unused loop control vars (ruff un...
by whitequark 5 months 2 hours
software: rename unused loop control vars (ruff unsafe B007). NFCI
c2f649cb
software: fix comprehension syntax (ruff unsafe C4...
by whitequark 5 months 2 hours
software: fix comprehension syntax (ruff unsafe C4). NFCI
062bb677
software: fix use of undocumented `logging.WARN` (...
by whitequark 5 months 2 hours
software: fix use of undocumented `logging.WARN` (ruff LOG009). NFC
a5be2e71
software: mark unused unpacked variables (ruff uns...
by whitequark 4 months 4 weeks
software: mark unused unpacked variables (ruff unsafe RUF059). NFC
f46c5ed6
software: fix use of dummy variables (ruff RUF052)...
by whitequark 5 months 2 hours
software: fix use of dummy variables (ruff RUF052). NFC
950cf9bb
software: fix `None` comparison (ruff E711). NFC
by whitequark 5 months 2 hours
9d94ce66
software: keep strong references to asyncio tasks ...
by whitequark 4 months 4 weeks
software: keep strong references to asyncio tasks (ruff RUF006). NFCI
bc9e35f4
software: fix invalid `.format()` calls (ruff F523...
by whitequark 5 months 2 hours
software: fix invalid `.format()` calls (ruff F523).
69289633
Report a bug