Imported Upstream version 2.73.3
[platform/upstream/glib.git] / .gitlab-ci / run-black.sh
1 #!/bin/bash
2
3 set -e
4
5 # shellcheck disable=SC2046
6 black --diff --check $(git ls-files '*.py')