Skip to content

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

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

Loading