79094473

Date: 2024-10-16 14:21:29
Score: 0.5
Natty:
Report link

This problem is discussed in this thread on gitlab forum.

My working script lines for a merge request pipeline are

- git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- git --no-pager diff --name-only origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME | grep "**/*\.py$" | xargs black --check
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: EgurnovD