2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-18 00:16:50 +00:00
Files
confluent/confluent_osdeploy
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-06-25 16:41:14 -04:00
2026-06-12 16:06:06 -04:00
2026-06-12 16:06:06 -04:00
2025-10-21 11:11:52 -04:00
2026-06-12 16:06:06 -04:00
2026-07-14 05:03:58 +02:00
2023-08-17 11:16:32 -04:00
2026-04-24 08:35:27 -04:00
2026-04-24 08:35:27 -04:00