In order to test the pipeline and make sure it works, you need to make it fail. Here are the things to try.
Modify a test so that reformatting needs to be done. You can push such a change by passing in --no-verify
to git commit to bypass the black pre-commit hook.
Trigger a missing variable error, such as adding a == b
to the test file.
Put an assert False
in a test.