Anytime there is an inline assertion rule to be verified against a bool statement, using the python black formatter in VSCode will break the line causing flake8 to warn about rule W503
line break before binary operatorflake8(W503)
assert (
...
!= ...
)
Is there any fix for this rather than ignoring that rule?