2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-18 00:16:50 +00:00
Files
confluent/confluent_server
Markus Hilger 2af402b13c ruff auto fixes
Apply ruff's safe autofixes.
The changes are mechanical and behaviour-preserving. Issues fixed:

- F401: remove unused imports.
- F841: drop unused local variables and assignments, including discarded
  await/return values, unused "except ... as e" bindings, and unused
  "with ... as name" targets.
- F541: remove the f prefix from f-strings that contain no placeholders.
- E711: compare against None with "is"/"is not" instead of "=="/"!=".
- E712: test truthiness directly instead of comparing to True.
- E713: use "x not in y" instead of "not x in y".
- E714: use "is not" instead of "not ... is".
- E731: convert lambdas bound to a name into def statements.
- W291/W293: trim trailing whitespace on touched lines.
2026-07-14 05:03:58 +02:00
..
2026-07-14 05:03:58 +02:00
2026-07-14 05:03:58 +02:00
2017-08-11 15:43:44 -04:00
2026-03-20 10:12:45 -04:00
2019-08-20 08:59:01 -04:00
2026-06-05 14:27:05 -04:00
2024-06-05 08:39:37 -04:00
2025-05-21 10:00:47 -04:00
2018-11-14 14:55:26 -05:00