Skip to content

DataQuality: fix flake8-bugbear warnings

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20240502T114522 into main
  • B011: do not use assert False
  • B026: Star-arg unpacking after a keyword argument
  • B005: Using .strip() with multi-character strings
  • B036: Don't except BaseException unless you plan to re-raise it

Merge request reports