DataQuality: fix flake8-bugbear warnings
- 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
BaseException
unless you plan to re-raise it