Skip to content

entrypoint: fail if black would have reformated something

Marc Schmitt requested to merge fix-entrypoint-not-failing into master

As our black command is part of a pipe expression, if it fails, it exits successfully because tee doesn't fail.

Merge request reports