Summary
Make checks run automatically after these fixes.
Rationale
Currently the precommit fixes always block the checks from the "real commits" and then don't run. The result is needing to introduce some redundant comment in the code, just to get the pipeline running.
Description
The checks should run immediately after the precommit fixes.
Additional information
No response