Skip to content

Include a "pre-commit" stage that will automatically format/lint code + pin requirements

Mishbah Razzaque requested to merge mishbah/update-etl-ci-template into master

Include a "pre-commit" stage that will automatically format and lint code, as well as pin requirements (i.e. update requirements.txt if the requirements.in file changes) and auto commit to the merge request branch.

Merge request reports