Skip to content

.gitlab-ci.yml: Change 'black' invocation

Ahmon Dancy requested to merge main-I0190212598f3d68e5def32a68de6466932eb1e92 into main

Pass "." (the current directory) to black, instead of $(git ls-files "*.py"). Black will locate all of the Python files and
process them.

Merge request reports