Skip to content

Fix format and lint findings failing CI

Scott French requested to merge work/swfrench/format-and-lint-fixes into main

Fixes two issues failing CI checks at HEAD:

  • Adds blank lines below module docstrings to satisfy black.
  • Resolves pylint possibly-used-before-assignment (E0606) in cli.py (what cannot be None at this point, so the predicate on the else branch is unnecessary).

Merge request reports