Skip to content

Added globstar to black ci so that it checks all files

Benjamin Winger requested to merge bmwinger/portmod:black_ci into master

We already ran into this with the mod repo. Bash sadly doesn't always make ** operate recursively, and the Gitlab CI is no exception. Fortunately we can enable globstar to fix this, but it must be done manually.

Merge request reports